[pypy-commit] pypy default: 2.5 compat

pjenvey noreply at buildbot.pypy.org
Sun Oct 21 05:13:06 CEST 2012


Author: Philip Jenvey <pjenvey at underboss.org>
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


More information about the pypy-commit mailing list