[Python-apps-commits] r6205 - in packages/pype/trunk/debian/patches (1 file)

anoteng-guest at users.alioth.debian.org anoteng-guest at users.alioth.debian.org
Sun Oct 17 19:43:40 UTC 2010


    Date: Sunday, October 17, 2010 @ 19:43:33
  Author: anoteng-guest
Revision: 6205

Update both patches

Modified:
  packages/pype/trunk/debian/patches/interpreter.py_warning.patch

Modified: packages/pype/trunk/debian/patches/interpreter.py_warning.patch
===================================================================
--- packages/pype/trunk/debian/patches/interpreter.py_warning.patch	2010-10-17 19:38:58 UTC (rev 6204)
+++ packages/pype/trunk/debian/patches/interpreter.py_warning.patch	2010-10-17 19:43:33 UTC (rev 6205)
@@ -1,12 +1,12 @@
-Index: pype/plugins/interpreter.py
+Index: pype-2.9.1/plugins/interpreter.py
 ===================================================================
---- pype/plugins/interpreter.py	(revision 74)
-+++ pype/plugins/interpreter.py	(revision 75)
+--- pype-2.9.1.orig/plugins/interpreter.py	2010-10-17 21:39:59.000000000 +0200
++++ pype-2.9.1/plugins/interpreter.py	2010-10-17 21:42:25.000000000 +0200
 @@ -321,6 +321,7 @@
-         stc.StyledTextCtrl.__init__(self, parent, id)
-         self.lines = lineabstraction.LineAbstraction(self)
-         self.NEWDOCUMENT = _pype.NEWDOCUMENT+1
-+        self.loaded = True
-         
-         global pypestc
-         if not pypestc:
+         stc.StyledTextCtrl.__init__(self, parent, id)
+         self.lines = lineabstraction.LineAbstraction(self)
+         self.NEWDOCUMENT = _pype.NEWDOCUMENT+1
++	self.loaded = True
+         
+         global pypestc
+         if not pypestc:




More information about the Python-apps-commits mailing list