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

arigo at codespeak.net arigo at codespeak.net
Tue Oct 30 17:48:14 CET 2007


Author: arigo
Date: Tue Oct 30 17:48:14 2007
New Revision: 48204

Modified:
   pypy/dist/pypy/translator/goal/targettinybenchsmalltalk.py
Log:
Fix this target.


Modified: pypy/dist/pypy/translator/goal/targettinybenchsmalltalk.py
==============================================================================
--- pypy/dist/pypy/translator/goal/targettinybenchsmalltalk.py	(original)
+++ pypy/dist/pypy/translator/goal/targettinybenchsmalltalk.py	Tue Oct 30 17:48:14 2007
@@ -1,7 +1,7 @@
 import os
 from pypy.lang.smalltalk import model, interpreter, primitives, shadow
 from pypy.lang.smalltalk import objtable
-from pypy.lang.smalltalk.objtable import wrap_int
+from pypy.lang.smalltalk.utility import wrap_int
 from pypy.lang.smalltalk import classtable
 from pypy.lang.smalltalk.tool.analyseimage import *
 



More information about the Pypy-commit mailing list