SF.net SVN: fclient: [323] trunk/sandbox/fcp2/consts.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-03-06 17:44:50
|
Revision: 323
http://fclient.svn.sourceforge.net/fclient/?rev=323&view=rev
Author: jurner
Date: 2008-03-06 09:44:51 -0800 (Thu, 06 Mar 2008)
Log Message:
-----------
new logger name for iohandler
Modified Paths:
--------------
trunk/sandbox/fcp2/consts.py
Modified: trunk/sandbox/fcp2/consts.py
===================================================================
--- trunk/sandbox/fcp2/consts.py 2008-03-06 17:44:00 UTC (rev 322)
+++ trunk/sandbox/fcp2/consts.py 2008-03-06 17:44:51 UTC (rev 323)
@@ -248,18 +248,14 @@
@cvar Config: logs config related information
"""
Fcp = 'Fcp'
+
Client = Fcp + '.Client'
ClientEvents = Client + '.Events'
- ClientMessages = Client + '.Messages'
ClientRuntime = Client + '.Runtime'
Config = Fcp + '.Config'
- ClientIOHandler = Client + '.IOHandler'
+ IOHandler = Fcp + '.IOHandler'
-
-
-
-
class LogMessages:
"""Strings used for log infos"""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|