SF.net SVN: fclient: [221] trunk/sandbox/fcp/fcp2_0_client.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-02-17 09:19:47
|
Revision: 221
http://fclient.svn.sourceforge.net/fclient/?rev=221&view=rev
Author: jurner
Date: 2008-02-17 01:19:52 -0800 (Sun, 17 Feb 2008)
Log Message:
-----------
removed getLogger()
Modified Paths:
--------------
trunk/sandbox/fcp/fcp2_0_client.py
Modified: trunk/sandbox/fcp/fcp2_0_client.py
===================================================================
--- trunk/sandbox/fcp/fcp2_0_client.py 2008-02-16 11:02:46 UTC (rev 220)
+++ trunk/sandbox/fcp/fcp2_0_client.py 2008-02-17 09:19:52 UTC (rev 221)
@@ -604,9 +604,6 @@
"""
return self._connectionName
- def getLogger(self):
- """Returns the L{logging.Logger} used by the client"""
- return self._log
def setConnectionName(self, connectionName=None):
"""Sets the connection name to be used by the client
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|