commit | 6192df10b6c5d157735feefc591e90a61c4000c0 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sat May 10 02:58:26 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sat May 10 02:58:26 2008 +0000 |
tree | b3f18700990fbaee8b0aac7f946af176d58b3882 | |
parent | af8780483129e10d30b660cea1e3b893d913e963 [diff] [blame] |
Deprecate the compiler package for removal in 3.0.
diff --git a/Lib/test/test_compiler.py b/Lib/test/test_compiler.py index d491b78..390c469 100644 --- a/Lib/test/test_compiler.py +++ b/Lib/test/test_compiler.py
@@ -1,7 +1,7 @@ -import compiler +import test.test_support +compiler = test.test_support.import_module('compiler', deprecated=True) from compiler.ast import flatten import os, sys, time, unittest -import test.test_support from random import random from StringIO import StringIO