diff options
Diffstat (limited to 'Lib/test/test_cl.py')
| -rwxr-xr-x | Lib/test/test_cl.py | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/Lib/test/test_cl.py b/Lib/test/test_cl.py index a2728b7..50102e9 100755 --- a/Lib/test/test_cl.py +++ b/Lib/test/test_cl.py @@ -2,8 +2,9 @@  """Whimpy test script for the cl module     Roger E. Masse  """ -import cl -from test.test_support import verbose +from test.test_support import verbose, import_module + +cl = import_module('cl')  clattrs = ['ADDED_ALGORITHM_ERROR', 'ALAW', 'ALGORITHM_ID',  'ALGORITHM_VERSION', 'AUDIO', 'AWARE_ERROR', 'AWARE_MPEG_AUDIO',  | 
