diff options
Diffstat (limited to 'Lib/test/test_dictcomps.py')
| -rw-r--r-- | Lib/test/test_dictcomps.py | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_dictcomps.py b/Lib/test/test_dictcomps.py index 3c8b95cf32..0873071883 100644 --- a/Lib/test/test_dictcomps.py +++ b/Lib/test/test_dictcomps.py @@ -1,7 +1,5 @@  import unittest -from test import support -  # For scope testing.  g = "Global variable"  | 
