diff options
Diffstat (limited to 'Lib/test/test_compare.py')
-rw-r--r-- | Lib/test/test_compare.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_compare.py b/Lib/test/test_compare.py index 8100aec..6899926 100644 --- a/Lib/test/test_compare.py +++ b/Lib/test/test_compare.py @@ -1,7 +1,5 @@ import sys -from test_support import * - class Empty: def __repr__(self): return '<Empty>' |