|
From: <ni...@us...> - 2010-11-22 14:56:31
|
Revision: 148
http://openautomation.svn.sourceforge.net/openautomation/?rev=148&view=rev
Author: nilss1
Date: 2010-11-22 14:56:25 +0000 (Mon, 22 Nov 2010)
Log Message:
-----------
make connectors objects
Modified Paths:
--------------
PyWireGate/trunk/connector.py
Modified: PyWireGate/trunk/connector.py
===================================================================
--- PyWireGate/trunk/connector.py 2010-11-21 19:37:26 UTC (rev 147)
+++ PyWireGate/trunk/connector.py 2010-11-22 14:56:25 UTC (rev 148)
@@ -1,7 +1,7 @@
import threading
import time
-class Connector:
+class Connector(object):
CONNECTOR_NAME = 'unnamed connector'
CONNECTOR_VERSION = 0.1
CONNECTOR_LOGNAME = __name__
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|