SF.net SVN: fclient: [476] trunk/fcp2/src/fcp2/test_fcp/test_client.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-01 18:44:13
|
Revision: 476
http://fclient.svn.sourceforge.net/fclient/?rev=476&view=rev
Author: jUrner
Date: 2008-07-01 11:42:55 -0700 (Tue, 01 Jul 2008)
Log Message:
-----------
superfluous import
Modified Paths:
--------------
trunk/fcp2/src/fcp2/test_fcp/test_client.py
Modified: trunk/fcp2/src/fcp2/test_fcp/test_client.py
===================================================================
--- trunk/fcp2/src/fcp2/test_fcp/test_client.py 2008-07-01 18:41:38 UTC (rev 475)
+++ trunk/fcp2/src/fcp2/test_fcp/test_client.py 2008-07-01 18:42:55 UTC (rev 476)
@@ -38,7 +38,7 @@
"""Base class for all tests"""
client = fcp2.Client(
- #debugVerbosity=Client.fcp2.DebugVerbosity.Debug
+ #debugVerbosity=fcp2.ConstDebugVerbosity.Debug,
debugVerbosity=fcp2.ConstDebugVerbosity.Quiet
)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|