summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_scope.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-05-11 21:12:57 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-05-11 21:12:57 (GMT)
commit2e8457d01c88b9847e3814972cb3efa470819c5c (patch)
tree1cdb7a648c9b858ec058e2dea4a5df468daf4f15 /Lib/test/test_scope.py
parent2943cdb5eb7f342a4cdaec59893825de172eedc6 (diff)
downloadcpython-2e8457d01c88b9847e3814972cb3efa470819c5c.zip
cpython-2e8457d01c88b9847e3814972cb3efa470819c5c.tar.gz
cpython-2e8457d01c88b9847e3814972cb3efa470819c5c.tar.bz2
remove unused import
Diffstat (limited to 'Lib/test/test_scope.py')
-rw-r--r--Lib/test/test_scope.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_scope.py b/Lib/test/test_scope.py
index 70065f9..b325545 100644
--- a/Lib/test/test_scope.py
+++ b/Lib/test/test_scope.py
@@ -1,4 +1,3 @@
-import gc
import unittest
import weakref