[Python-checkins] cpython: remove unused import

benjamin.peterson python-checkins at python.org
Sat May 11 23:13:10 CEST 2013


http://hg.python.org/cpython/rev/62416c1ab8f8
changeset:   83718:62416c1ab8f8
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat May 11 16:12:57 2013 -0500
summary:
  remove unused import

files:
  Lib/test/test_scope.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_scope.py b/Lib/test/test_scope.py
--- a/Lib/test/test_scope.py
+++ b/Lib/test/test_scope.py
@@ -1,4 +1,3 @@
-import gc
 import unittest
 import weakref
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list