* util/import_unicode.py: Remove unnecessary imports.

This commit is contained in:
Colin Watson 2010-07-17 19:27:18 +01:00
parent 5dab68dfa4
commit 5771289a14
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2010-07-17 Colin Watson <cjwatson@ubuntu.com>
* util/import_unicode.py: Remove unnecessary imports.
2010-07-17 Aleš Nesrsta <starous@volny.cz>
Hotplugging and USB hub support.

View File

@ -18,8 +18,6 @@
import re
import sys
import os
import datetime
if len (sys.argv) < 3:
print ("Usage: %s SOURCE DESTINATION" % sys.argv[0])