Patch #2167 from calvin: Remove unused imports
diff --git a/Tools/unicode/gencodec.py b/Tools/unicode/gencodec.py
index 8a2ca64..431a76d 100644
--- a/Tools/unicode/gencodec.py
+++ b/Tools/unicode/gencodec.py
@@ -26,7 +26,7 @@
 
 """#"
 
-import re, os, time, marshal, codecs
+import re, os, marshal, codecs
 
 # Maximum allowed size of charmap tables
 MAX_TABLE_SIZE = 8192