Author: Philip Jenvey <pjen...@underboss.org>
Branch: py3k
Changeset: r59015:19a423e4d4f2
Date: 2012-11-19 21:00 -0800
http://bitbucket.org/pypy/pypy/changeset/19a423e4d4f2/

Log:    2to3

diff --git a/lib-python/3.2/distutils/sysconfig_pypy.py 
b/lib-python/3.2/distutils/sysconfig_pypy.py
--- a/lib-python/3.2/distutils/sysconfig_pypy.py
+++ b/lib-python/3.2/distutils/sysconfig_pypy.py
@@ -123,6 +123,6 @@
             compiler.linker_so.append(cflags)
 
 
-from sysconfig_cpython import (
+from .sysconfig_cpython import (
     parse_makefile, _variable_rx, expand_makefile_vars)
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to