SF.net SVN: fclient: [637] trunk/fclient/src/fclient/config.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-15 23:51:43
|
Revision: 637
http://fclient.svn.sourceforge.net/fclient/?rev=637&view=rev
Author: jUrner
Date: 2008-07-15 16:51:52 -0700 (Tue, 15 Jul 2008)
Log Message:
-----------
no need to set verbosity anymore
Modified Paths:
--------------
trunk/fclient/src/fclient/config.py
Modified: trunk/fclient/src/fclient/config.py
===================================================================
--- trunk/fclient/src/fclient/config.py 2008-07-15 23:51:04 UTC (rev 636)
+++ trunk/fclient/src/fclient/config.py 2008-07-15 23:51:52 UTC (rev 637)
@@ -98,7 +98,7 @@
#**********************************************************************************
#
#**********************************************************************************
-fcpClient = fcp2.Client(debugVerbosity=fcp2.ConstDebugVerbosity.Debug) # global fcp client
+fcpClient = fcp2.Client() # global fcp client
settings = Settings(None) # global settings class
#**********************************************************************************
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|