SF.net SVN: fclient: [281] trunk/sandbox/fcp2/consts.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-02-26 18:58:10
|
Revision: 281
http://fclient.svn.sourceforge.net/fclient/?rev=281&view=rev
Author: jurner
Date: 2008-02-26 10:53:55 -0800 (Tue, 26 Feb 2008)
Log Message:
-----------
moved config key sep to consts
Modified Paths:
--------------
trunk/sandbox/fcp2/consts.py
Modified: trunk/sandbox/fcp2/consts.py
===================================================================
--- trunk/sandbox/fcp2/consts.py 2008-02-26 18:52:56 UTC (rev 280)
+++ trunk/sandbox/fcp2/consts.py 2008-02-26 18:53:55 UTC (rev 281)
@@ -36,6 +36,9 @@
# errors
+
+ConfigKeySep = '.'
+
class ConfigValueClass:
"""Value classes Fcp passes in config messages"""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|