[pypy-svn] r28979 - pypy/dist/pypy/rpython/ootypesystem/test

fijal at codespeak.net fijal at codespeak.net
Tue Jun 20 11:43:02 CEST 2006


Author: fijal
Date: Tue Jun 20 11:43:01 2006
New Revision: 28979

Modified:
   pypy/dist/pypy/rpython/ootypesystem/test/test_bltann.py
Log:
Removed autopath import.


Modified: pypy/dist/pypy/rpython/ootypesystem/test/test_bltann.py
==============================================================================
--- pypy/dist/pypy/rpython/ootypesystem/test/test_bltann.py	(original)
+++ pypy/dist/pypy/rpython/ootypesystem/test/test_bltann.py	Tue Jun 20 11:43:01 2006
@@ -2,8 +2,6 @@
 """ Builtin annotation test
 """
 
-import autopath
-
 from pypy.annotation import model as annmodel
 from pypy.objspace.flow import FlowObjSpace
 from pypy.annotation.annrpython import RPythonAnnotator



More information about the Pypy-commit mailing list