SF.net SVN: fclient: [280] trunk/sandbox/fcp2/config.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-02-26 18:58:10
|
Revision: 280
http://fclient.svn.sourceforge.net/fclient/?rev=280&view=rev
Author: jurner
Date: 2008-02-26 10:52:56 -0800 (Tue, 26 Feb 2008)
Log Message:
-----------
moved config key sep to consts
Modified Paths:
--------------
trunk/sandbox/fcp2/config.py
Modified: trunk/sandbox/fcp2/config.py
===================================================================
--- trunk/sandbox/fcp2/config.py 2008-02-26 16:26:26 UTC (rev 279)
+++ trunk/sandbox/fcp2/config.py 2008-02-26 18:52:56 UTC (rev 280)
@@ -98,7 +98,7 @@
out.append(parent.name)
parent = parent.parent
out.reverse()
- return types.ConfigMessageParams.ComponentSep.join(out)
+ return consts.ConfigKeySep.join(out)
def walk(self):
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|