Author: Antonio Cuni <[email protected]>
Branch: resource_warning
Changeset: r83567:17a9af6e11a3
Date: 2016-04-07 15:46 +0200
http://bitbucket.org/pypy/pypy/changeset/17a9af6e11a3/
Log: don't import re, it's not needed
diff --git a/pypy/module/_file/test/test_file.py
b/pypy/module/_file/test/test_file.py
--- a/pypy/module/_file/test/test_file.py
+++ b/pypy/module/_file/test/test_file.py
@@ -268,7 +268,6 @@
def test_track_resources(self):
import os, gc, sys, cStringIO
- import re
if '__pypy__' not in sys.builtin_module_names:
skip("pypy specific test")
def fn(flag1, flag2):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit