[pypy-svn] r12468 - pypy/dist/pypy/translator/goal

arigo at codespeak.net arigo at codespeak.net
Wed May 18 20:15:16 CEST 2005


Author: arigo
Date: Wed May 18 20:15:15 2005
New Revision: 12468

Added:
   pypy/dist/pypy/translator/goal/__init__.py
Removed:
   pypy/dist/pypy/translator/goal/autopath.py
Log:
Oups, wrong autopath and missing __init__.py.  Removing the bad autopath...


Added: pypy/dist/pypy/translator/goal/__init__.py
==============================================================================

Deleted: /pypy/dist/pypy/translator/goal/autopath.py
==============================================================================
--- /pypy/dist/pypy/translator/goal/autopath.py	Wed May 18 20:15:15 2005
+++ (empty file)
@@ -1,2 +0,0 @@
-import sys, os
-sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))



More information about the Pypy-commit mailing list