[pypy-svn] r45431 - pypy/dist/pypy/module/_curses

fijal at codespeak.net fijal at codespeak.net
Sun Jul 29 19:03:02 CEST 2007


Author: fijal
Date: Sun Jul 29 19:03:02 2007
New Revision: 45431

Modified:
   pypy/dist/pypy/module/_curses/fficurses.py
Log:
Fix imports


Modified: pypy/dist/pypy/module/_curses/fficurses.py
==============================================================================
--- pypy/dist/pypy/module/_curses/fficurses.py	(original)
+++ pypy/dist/pypy/module/_curses/fficurses.py	Sun Jul 29 19:03:02 2007
@@ -5,7 +5,7 @@
 import sys
 from pypy.rpython.lltypesystem import rffi
 from pypy.rpython.lltypesystem import lltype
-from pypy.rpython.extfunc import register_external
+from pypy.rpython.extfunc import _register_external as register_external
 from pypy.rpython.extregistry import ExtRegistryEntry
 from pypy.module._curses import interp_curses
 from pypy.rpython.lltypesystem import llmemory



More information about the Pypy-commit mailing list