[pypy-svn] r9239 - pypy/dist/pypy/annotation

mwh at codespeak.net mwh at codespeak.net
Tue Feb 15 18:44:49 CET 2005


Author: mwh
Date: Tue Feb 15 18:44:49 2005
New Revision: 9239

Modified:
   pypy/dist/pypy/annotation/model.py
Log:
remove some no-longer-used imports


Modified: pypy/dist/pypy/annotation/model.py
==============================================================================
--- pypy/dist/pypy/annotation/model.py	(original)
+++ pypy/dist/pypy/annotation/model.py	Tue Feb 15 18:44:49 2005
@@ -28,8 +28,7 @@
 #
 
 
-from types import ClassType, BuiltinFunctionType, FunctionType, MethodType
-from types import InstanceType
+from types import BuiltinFunctionType, MethodType
 import pypy
 from pypy.annotation.pairtype import pair, extendabletype
 from pypy.objspace.flow.model import Constant



More information about the Pypy-commit mailing list