[pypy-commit] pypy default: Update import to reflect pypy/rpython directory split.

ltratt noreply at buildbot.pypy.org
Mon Apr 29 17:51:33 CEST 2013


Author: Laurence Tratt <laurie at tratt.net>
Branch: 
Changeset: r63753:5ddc7be1ee16
Date: 2013-04-29 17:50 +0200
http://bitbucket.org/pypy/pypy/changeset/5ddc7be1ee16/

Log:	Update import to reflect pypy/rpython directory split.

diff --git a/rpython/translator/platform/openbsd.py b/rpython/translator/platform/openbsd.py
--- a/rpython/translator/platform/openbsd.py
+++ b/rpython/translator/platform/openbsd.py
@@ -2,7 +2,7 @@
 
 import os
 
-from pypy.translator.platform.bsd import BSD
+from rpython.translator.platform.bsd import BSD
 
 class OpenBSD(BSD):
     name = "openbsd"


More information about the pypy-commit mailing list