Kaydet (Commit) 4ad9723e authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Remove pre module

üst 5629d0e6
This diff is collapsed.
......@@ -5,8 +5,6 @@ warnings.filterwarnings('ignore', r".*posixfile module",
DeprecationWarning, 'posixfile$')
warnings.filterwarnings('ignore', r".*statcache module",
DeprecationWarning, 'statcache$')
warnings.filterwarnings('ignore', r".*'re' module",
DeprecationWarning, 'pre$')
from test.test_support import verbose
......@@ -64,7 +62,6 @@ import pdb
import pipes
#import poplib
import posixfile
import pre
import profile
import pstats
import py_compile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment