[pypy-svn] r13778 - pypy/dist/pypy/rpython

tismer at codespeak.net tismer at codespeak.net
Fri Jun 24 13:16:53 CEST 2005


Author: tismer
Date: Fri Jun 24 13:16:52 2005
New Revision: 13778

Modified:
   pypy/dist/pypy/rpython/exceptiondata.py
Log:
removed the import aster-risk :-)

Modified: pypy/dist/pypy/rpython/exceptiondata.py
==============================================================================
--- pypy/dist/pypy/rpython/exceptiondata.py	(original)
+++ pypy/dist/pypy/rpython/exceptiondata.py	Fri Jun 24 13:16:52 2005
@@ -1,7 +1,8 @@
 from pypy.annotation import model as annmodel
 from pypy.rpython import rclass
 from pypy.rpython.annlowlevel import annotate_lowlevel_helper
-from pypy.rpython.lltype import *
+from pypy.rpython.lltype import Array, malloc, Ptr, PyObject, pyobjectptr
+from pypy.rpython.lltype import FuncType, functionptr, Signed
 
 
 class ExceptionData:



More information about the Pypy-commit mailing list