[Zodb-checkins] CVS: Zope/lib/python/zLOG - EventLogger.py:1.4

Fred L. Drake, Jr. fred@zope.com
Tue, 17 Dec 2002 13:02:31 -0500


Update of /cvs-repository/Zope/lib/python/zLOG
In directory cvs.zope.org:/tmp/cvs-serv26882

Modified Files:
	EventLogger.py 
Log Message:
Remove unused import.


=== Zope/lib/python/zLOG/EventLogger.py 1.3 => 1.4 ===
--- Zope/lib/python/zLOG/EventLogger.py:1.3	Tue Nov 26 11:38:01 2002
+++ Zope/lib/python/zLOG/EventLogger.py	Tue Dec 17 13:02:30 2002
@@ -19,7 +19,7 @@
 
 __version__='$Revision$'[11:-2]
 
-import os, sys, time
+import os, time
 try:
     import textwrap
 except ImportError: