Removed old code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -191,8 +191,6 @@ class Shell(editwindow.EditWindow):
|
|||||||
self.stdin = sys.stdin
|
self.stdin = sys.stdin
|
||||||
self.stdout = sys.stdout
|
self.stdout = sys.stdout
|
||||||
self.stderr = sys.stderr
|
self.stderr = sys.stderr
|
||||||
## # Add the current working directory "." to the search path.
|
|
||||||
## sys.path.insert(0, os.curdir)
|
|
||||||
# Import a default interpreter class if one isn't provided.
|
# Import a default interpreter class if one isn't provided.
|
||||||
if InterpClass == None:
|
if InterpClass == None:
|
||||||
from interpreter import Interpreter
|
from interpreter import Interpreter
|
||||||
|
Reference in New Issue
Block a user