[Python-checkins] r57915 - sandbox/trunk/2to3/tests/test_all_fixers.py sandbox/trunk/2to3/tests/test_fixers.py sandbox/trunk/2to3/tests/test_refactor.py

collin.winter python-checkins at python.org
Mon Sep 3 07:48:25 CEST 2007


Author: collin.winter
Date: Mon Sep  3 07:48:24 2007
New Revision: 57915

Modified:
   sandbox/trunk/2to3/tests/test_all_fixers.py
   sandbox/trunk/2to3/tests/test_fixers.py
   sandbox/trunk/2to3/tests/test_refactor.py
Log:
Drop unneeded imports.

Modified: sandbox/trunk/2to3/tests/test_all_fixers.py
==============================================================================
--- sandbox/trunk/2to3/tests/test_all_fixers.py	(original)
+++ sandbox/trunk/2to3/tests/test_all_fixers.py	Mon Sep  3 07:48:24 2007
@@ -13,10 +13,6 @@
     import support
 
 # Python imports
-from StringIO import StringIO
-import logging
-import os
-import os.path
 import unittest
 
 # Local imports

Modified: sandbox/trunk/2to3/tests/test_fixers.py
==============================================================================
--- sandbox/trunk/2to3/tests/test_fixers.py	(original)
+++ sandbox/trunk/2to3/tests/test_fixers.py	Mon Sep  3 07:48:24 2007
@@ -11,8 +11,6 @@
 # Python imports
 from StringIO import StringIO
 import logging
-import os
-import os.path
 import unittest
 
 # Local imports

Modified: sandbox/trunk/2to3/tests/test_refactor.py
==============================================================================
--- sandbox/trunk/2to3/tests/test_refactor.py	(original)
+++ sandbox/trunk/2to3/tests/test_refactor.py	Mon Sep  3 07:48:24 2007
@@ -9,10 +9,6 @@
     import support
 
 # Python imports
-from StringIO import StringIO
-import logging
-import os
-import os.path
 import unittest
 
 # Local imports


More information about the Python-checkins mailing list