Fixed a bug in Shell.py. 5_1_x

Tue, 24 May 2011 19:02:28 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 24 May 2011 19:02:28 +0200
branch
5_1_x
changeset 1057
fed2f10ce334
parent 1050
216ef2393d89
child 1060
e56185898d97

Fixed a bug in Shell.py.

QScintilla/Shell.py file | annotate | diff | comparison | revisions
--- a/QScintilla/Shell.py	Sun May 22 11:30:23 2011 +0200
+++ b/QScintilla/Shell.py	Tue May 24 19:02:28 2011 +0200
@@ -394,6 +394,8 @@
         self.inRawMode = False
         self.echoInput = True
         self.clientCapabilities = 0
+        self.inCommandExecution = False
+        self.interruptCommandExecution = False
         
     def __clientCapabilities(self, cap, clType):
         """

eric ide

mercurial