Author: Philip Jenvey <[email protected]> Branch: Changeset: r58297:af4f8fdae89d Date: 2012-10-20 20:13 -0700 http://bitbucket.org/pypy/pypy/changeset/af4f8fdae89d/
Log: 2.5 compat diff --git a/pypy/translator/jvm/genjvm.py b/pypy/translator/jvm/genjvm.py --- a/pypy/translator/jvm/genjvm.py +++ b/pypy/translator/jvm/genjvm.py @@ -2,6 +2,7 @@ Backend for the JVM. """ +from __future__ import with_statement import os import re import subprocess _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
