diff options
Diffstat (limited to 'Lib/test/test_cl.py')
-rwxr-xr-x | Lib/test/test_cl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_cl.py b/Lib/test/test_cl.py index 26c5146..f8112eb 100755 --- a/Lib/test/test_cl.py +++ b/Lib/test/test_cl.py @@ -3,7 +3,7 @@ Roger E. Masse """ import cl -from test_support import verbose +from test_support import verify, verbose clattrs = ['ADDED_ALGORITHM_ERROR', 'ALAW', 'ALGORITHM_ID', 'ALGORITHM_VERSION', 'AUDIO', 'AWARE_ERROR', 'AWARE_MPEG_AUDIO', |