SF.net SVN: fclient: [292] trunk/sandbox/fcp2/test_fcp/test_config.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-02-27 13:51:53
|
Revision: 292
http://fclient.svn.sourceforge.net/fclient/?rev=292&view=rev
Author: jurner
Date: 2008-02-27 05:51:52 -0800 (Wed, 27 Feb 2008)
Log Message:
-----------
fix: Client.Config is now Client.config.Config
Modified Paths:
--------------
trunk/sandbox/fcp2/test_fcp/test_config.py
Modified: trunk/sandbox/fcp2/test_fcp/test_config.py
===================================================================
--- trunk/sandbox/fcp2/test_fcp/test_config.py 2008-02-27 12:07:31 UTC (rev 291)
+++ trunk/sandbox/fcp2/test_fcp/test_config.py 2008-02-27 13:51:52 UTC (rev 292)
@@ -38,7 +38,7 @@
'default.console.enabled': 'false',
}
- cfg = Client.Config(Msg)
+ cfg = Client.config.Config(Msg)
# check if all items and values have been set as expected
consoleItem = cfg.children.get('console', None)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|