Author: Manuel Jacob
Branch: 
Changeset: r69688:18dc8356b0d9
Date: 2014-03-04 21:35 +0100
http://bitbucket.org/pypy/pypy/changeset/18dc8356b0d9/

Log:    Remove unnecessary 'from __future__ import with_statement'.

diff --git a/pypy/tool/gdb_pypy.py b/pypy/tool/gdb_pypy.py
--- a/pypy/tool/gdb_pypy.py
+++ b/pypy/tool/gdb_pypy.py
@@ -8,8 +8,6 @@
 (gdb) python execfile('/path/to/gdb_pypy.py')
 """
 
-from __future__ import with_statement
-
 import re
 import sys
 import os.path
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to