QScintilla/Shell.py

changeset 45
9a18f4dbb493
parent 41
572a009369f0
child 53
c3eb7cc1ff8b
--- a/QScintilla/Shell.py	Sun Jan 10 13:59:15 2010 +0000
+++ b/QScintilla/Shell.py	Sun Jan 10 19:19:52 2010 +0000
@@ -21,7 +21,6 @@
 
 import Preferences
 import UI.PixmapCache
-##from Utilities import toUnicode
 
 from Debugger.DebugClientCapabilities import HasShell, HasCompleter
 
@@ -576,7 +575,6 @@
         """
         line, col = self.__getEndPos()
         self.setCursorPosition(line, col)
-##        self.insert(toUnicode(s))
         self.insert(s)
         self.prline, self.prcol = self.getCursorPosition()
         self.ensureCursorVisible()

eric ide

mercurial