summaryrefslogtreecommitdiff
path: root/Lib/test/test_al.py
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-14 01:08:21 +0000
committerBrett Cannon <bcannon@gmail.com>2008-05-14 01:08:21 +0000
commit34721d56833932ccaaff6c6b0ff1bb9ffe8d20b4 (patch)
tree0aa85c5c429c88a01a73d5d57d343806eb10c1a1 /Lib/test/test_al.py
parentc72df3305f03859d23e006f892db90a78e02f5e0 (diff)
downloadcpython-git-34721d56833932ccaaff6c6b0ff1bb9ffe8d20b4.tar.gz
Deprecate al/AL for removal in 3.0.
Diffstat (limited to 'Lib/test/test_al.py')
-rwxr-xr-xLib/test/test_al.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_al.py b/Lib/test/test_al.py
index 54496c1219..688576dc6a 100755
--- a/Lib/test/test_al.py
+++ b/Lib/test/test_al.py
@@ -2,8 +2,8 @@
"""Whimpy test script for the al module
Roger E. Masse
"""
-import al
-from test.test_support import verbose
+from test.test_support import verbose, import_module
+al = import_module('al', deprecated=True)
alattrs = ['__doc__', '__name__', 'getdefault', 'getminmax', 'getname', 'getparams',
'newconfig', 'openport', 'queryparams', 'setparams']