[Zope3-checkins] CVS: Zope3/src/zope/tales/tests - test_expressions.py:1.3 test_tales.py:1.2

Martijn Faassen m.faassen@vet.uu.nl
Thu, 1 May 2003 15:36:21 -0400


Update of /cvs-repository/Zope3/src/zope/tales/tests
In directory cvs.zope.org:/tmp/cvs-serv30407/zope/tales/tests

Modified Files:
	test_expressions.py test_tales.py 
Log Message:
Importgeddon part the second. Removed unused imports throughout the
source tree. This should have taken care of most unused imports
in Zope 3. :)


=== Zope3/src/zope/tales/tests/test_expressions.py 1.2 => 1.3 ===
--- Zope3/src/zope/tales/tests/test_expressions.py:1.2	Tue Apr 15 11:54:18 2003
+++ Zope3/src/zope/tales/tests/test_expressions.py	Thu May  1 15:35:50 2003
@@ -11,7 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-import os, sys, unittest
+import unittest
 
 from zope.tales.engine import Engine
 


=== Zope3/src/zope/tales/tests/test_tales.py 1.1 => 1.2 ===
--- Zope3/src/zope/tales/tests/test_tales.py:1.1	Mon Apr 14 08:15:52 2003
+++ Zope3/src/zope/tales/tests/test_tales.py	Thu May  1 15:35:50 2003
@@ -11,8 +11,6 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-import os
-import sys
 import unittest
 
 from zope.tales import tales