[pypy-svn] r39657 - pypy/dist/pypy/interpreter

hpk at codespeak.net hpk at codespeak.net
Fri Mar 2 12:19:29 CET 2007


Author: hpk
Date: Fri Mar  2 12:19:26 2007
New Revision: 39657

Removed:
   pypy/dist/pypy/interpreter/autopath.py
Modified:
   pypy/dist/pypy/interpreter/interactive.py
   pypy/dist/pypy/interpreter/main.py
Log:
these scripts are not run anymore directly
(rather the pypy/bin/* ones) and so i don't
see a use in using autopath here. 


Modified: pypy/dist/pypy/interpreter/interactive.py
==============================================================================
--- pypy/dist/pypy/interpreter/interactive.py	(original)
+++ pypy/dist/pypy/interpreter/interactive.py	Fri Mar  2 12:19:26 2007
@@ -1,5 +1,3 @@
-import autopath
-
 from pypy.interpreter import error
 from pypy.interpreter import baseobjspace, module, main
 import sys

Modified: pypy/dist/pypy/interpreter/main.py
==============================================================================
--- pypy/dist/pypy/interpreter/main.py	(original)
+++ pypy/dist/pypy/interpreter/main.py	Fri Mar  2 12:19:26 2007
@@ -1,4 +1,3 @@
-import autopath
 from pypy.interpreter import module, eval
 from pypy.interpreter.error import OperationError
 from pypy.interpreter.pycode import PyCode


More information about the pypy-svn mailing list