[PATCH] fix is_configured() signature in the Network module



Hi folks.  The attached patch adds the missing parameters to is_configured() in NetworkModule/Server.py.  It currently throws a TypeError exception without it.  Please CC me on replies.

Thanks,
Chris
Index: conduit/modules/NetworkModule/Server.py
===================================================================
--- conduit/modules/NetworkModule/Server.py	(revision 1369)
+++ conduit/modules/NetworkModule/Server.py	(working copy)
@@ -159,7 +159,7 @@
         #Stop right click menu
         return True
 
-    def is_configured(self):
+    def is_configured(self, isSource, isTwoWay):
         #Prevent initiating a sync on the server end by pretending we are
         #not configured
         return False


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]