Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r63588:b7fa9f7bda86
Date: 2013-04-24 10:47 +0200
http://bitbucket.org/pypy/pypy/changeset/b7fa9f7bda86/
Log: fix imports
diff --git a/rpython/translator/platform/bsd.py
b/rpython/translator/platform/bsd.py
--- a/rpython/translator/platform/bsd.py
+++ b/rpython/translator/platform/bsd.py
@@ -1,6 +1,6 @@
import os
-from pypy.translator.platform import posix
+from rpython.translator.platform import posix
class BSD(posix.BasePosix):
DEFAULT_CC = 'clang'
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit