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:
Patrick K. O'Brien
2003-04-28 17:05:52 +00:00
parent 93701e2a00
commit c5ae760f0c

View File

@@ -191,8 +191,6 @@ class Shell(editwindow.EditWindow):
self.stdin = sys.stdin
self.stdout = sys.stdout
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.
if InterpClass == None:
from interpreter import Interpreter