Author: Alexander Hesse <[email protected]> Branch: split-rpython Changeset: r60007:458ff95d794d Date: 2013-01-13 01:43 +0100 http://bitbucket.org/pypy/pypy/changeset/458ff95d794d/
Log: Removed unused import diff --git a/rpython/translator/platform/windows.py b/rpython/translator/platform/windows.py --- a/rpython/translator/platform/windows.py +++ b/rpython/translator/platform/windows.py @@ -2,7 +2,6 @@ import py, os, sys, re -from pypy.conftest import pypydir from rpython.translator.platform import CompilationError from rpython.translator.platform import log, _run_subprocess from rpython.translator.platform import Platform, posix _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
