From 7b5f82f2ab437a752c4a46bbad134cef8f6cf112 Mon Sep 17 00:00:00 2001 From: Fred Drake <fdrake@acm.org> Date: Tue, 17 Dec 2002 18:02:30 +0000 Subject: [PATCH] Remove unused import. --- src/zLOG/EventLogger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zLOG/EventLogger.py b/src/zLOG/EventLogger.py index 7dcec058..e7c81755 100644 --- a/src/zLOG/EventLogger.py +++ b/src/zLOG/EventLogger.py @@ -19,7 +19,7 @@ This uses Vinay Sajip's PEP 282 logging module. __version__='$Revision$'[11:-2] -import os, sys, time +import os, time try: import textwrap except ImportError: -- 2.30.9