SF.net SVN: fclient: [136] trunk/sandbox/fcp/fcp2_0_config.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-02-04 11:51:38
|
Revision: 136
http://fclient.svn.sourceforge.net/fclient/?rev=136&view=rev
Author: jurner
Date: 2008-02-04 03:51:16 -0800 (Mon, 04 Feb 2008)
Log Message:
-----------
fix
Modified Paths:
--------------
trunk/sandbox/fcp/fcp2_0_config.py
Modified: trunk/sandbox/fcp/fcp2_0_config.py
===================================================================
--- trunk/sandbox/fcp/fcp2_0_config.py 2008-02-04 11:50:30 UTC (rev 135)
+++ trunk/sandbox/fcp/fcp2_0_config.py 2008-02-04 11:51:16 UTC (rev 136)
@@ -36,7 +36,7 @@
out.append(parent.name)
parent = parent.parent
out.reverse()
- return types-ConfigMessageParams.ComponentsSep.join(out)
+ return types.ConfigMessageParams.ComponentSep.join(out)
#****************************************************************************************
@@ -129,7 +129,6 @@
"""Dumps the contents of the config to a dict
@note: you can use this dict as params for FcpClient.modifyConfig()
"""
-
out = {}
for node in self.walk():
if node.name is None:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|