Fixed a bug in Shell.py.

Tue, 24 May 2011 19:01:15 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 24 May 2011 19:01:15 +0200
changeset 1056
a3eb3c9a7e4b
parent 1055
885c8d93e6f9
child 1059
700df567f70b

Fixed a bug in Shell.py.

QScintilla/Shell.py file | annotate | diff | comparison | revisions
--- a/QScintilla/Shell.py	Sun May 22 18:00:52 2011 +0200
+++ b/QScintilla/Shell.py	Tue May 24 19:01:15 2011 +0200
@@ -405,6 +405,8 @@
         self.inRawMode = False
         self.echoInput = True
         self.clientCapabilities = 0
+        self.inCommandExecution = False
+        self.interruptCommandExecution = False
         
     def __clientCapabilities(self, cap, clType):
         """

eric ide

mercurial