[pypy-commit] pypy default: fix imports

fijal noreply at buildbot.pypy.org
Wed Apr 24 10:48:05 CEST 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
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'


More information about the pypy-commit mailing list