SF.net SVN: fclient: [634] trunk/fclient/src/fclient/lib/fcp2/consts.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-15 23:48:43
|
Revision: 634
http://fclient.svn.sourceforge.net/fclient/?rev=634&view=rev
Author: jUrner
Date: 2008-07-15 16:48:31 -0700 (Tue, 15 Jul 2008)
Log Message:
-----------
put in in, kick it out. logging.NOTSET. logging docks suck
Modified Paths:
--------------
trunk/fclient/src/fclient/lib/fcp2/consts.py
Modified: trunk/fclient/src/fclient/lib/fcp2/consts.py
===================================================================
--- trunk/fclient/src/fclient/lib/fcp2/consts.py 2008-07-15 23:47:21 UTC (rev 633)
+++ trunk/fclient/src/fclient/lib/fcp2/consts.py 2008-07-15 23:48:31 UTC (rev 634)
@@ -108,6 +108,7 @@
Error = logging.ERROR
Critical = logging.CRITICAL
Quiet = 1000000
+ Notset = logging.NOTSET
class ConstDisconnectReason(_BaseBitFlags):
"""Reasons for client disconnect
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|