SF.net SVN: fclient: [387] trunk/sandbox/fcp2/iohandler.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-04-09 07:45:28
|
Revision: 387
http://fclient.svn.sourceforge.net/fclient/?rev=387&view=rev
Author: jUrner
Date: 2008-04-09 00:45:33 -0700 (Wed, 09 Apr 2008)
Log Message:
-----------
moved more logging stuff to consts
Modified Paths:
--------------
trunk/sandbox/fcp2/iohandler.py
Modified: trunk/sandbox/fcp2/iohandler.py
===================================================================
--- trunk/sandbox/fcp2/iohandler.py 2008-04-09 07:45:07 UTC (rev 386)
+++ trunk/sandbox/fcp2/iohandler.py 2008-04-09 07:45:33 UTC (rev 387)
@@ -8,7 +8,6 @@
import logging
import socket
import time
-import traceback
#--> rel import hack, so we don't have to put the package on sys.path
@@ -26,9 +25,6 @@
del hack
#<-- rel import hack
-
-logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
-logging.addLevelName(consts.DebugVerbosity.Quiet, '')
#*****************************************************************************
#
#*****************************************************************************
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|