Package: mgltools-viewerframework / 1.5.6~rc3~cvs.20120206-2

do_not_assign_debug.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: ViewerFramework-1.5.6~rc3~cvs.20120206/ViewerFramework/VF.py
===================================================================
--- ViewerFramework-1.5.6~rc3~cvs.20120206.orig/ViewerFramework/VF.py	2011-10-13 19:28:43.000000000 +0200
+++ ViewerFramework-1.5.6~rc3~cvs.20120206/ViewerFramework/VF.py	2012-02-10 10:51:58.896208928 +0100
@@ -285,7 +285,7 @@
         global __debug__
         self.withShell = withShell
         self.trapExceptions = trapExceptions
-        self.__debug__ = 0
+        self.debug = 0
         # create a socket communication object
         try:
             self.socketComm = Comm()