[pypy-svn] r59118 - pypy/branch/cbuild-refactor/pypy/rlib/rsdl

fijal at codespeak.net fijal at codespeak.net
Wed Oct 15 23:51:20 CEST 2008


Author: fijal
Date: Wed Oct 15 23:51:19 2008
New Revision: 59118

Modified:
   pypy/branch/cbuild-refactor/pypy/rlib/rsdl/eci.py
Log:
Fix import


Modified: pypy/branch/cbuild-refactor/pypy/rlib/rsdl/eci.py
==============================================================================
--- pypy/branch/cbuild-refactor/pypy/rlib/rsdl/eci.py	(original)
+++ pypy/branch/cbuild-refactor/pypy/rlib/rsdl/eci.py	Wed Oct 15 23:51:19 2008
@@ -1,5 +1,5 @@
 from pypy.translator.tool.cbuild import ExternalCompilationInfo
-from pypy.translator.tool.cbuild import CompilationError
+from pypy.translator.platform import CompilationError
 import py
 import sys
 



More information about the Pypy-commit mailing list