Deprecate the compiler package for removal in 3.0.

This commit is contained in:
Brett Cannon 2008-05-10 02:58:26 +00:00
parent af87804831
commit 6192df10b6
4 changed files with 11 additions and 2 deletions

View file

@ -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