* util/import_unicode.py: Remove unnecessary imports.
This commit is contained in:
parent
5dab68dfa4
commit
5771289a14
2 changed files with 4 additions and 2 deletions
|
@ -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>
|
2010-07-17 Aleš Nesrsta <starous@volny.cz>
|
||||||
|
|
||||||
Hotplugging and USB hub support.
|
Hotplugging and USB hub support.
|
||||||
|
|
|
@ -18,8 +18,6 @@
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
import os
|
|
||||||
import datetime
|
|
||||||
|
|
||||||
if len (sys.argv) < 3:
|
if len (sys.argv) < 3:
|
||||||
print ("Usage: %s SOURCE DESTINATION" % sys.argv[0])
|
print ("Usage: %s SOURCE DESTINATION" % sys.argv[0])
|
||||||
|
|
Loading…
Add table
Reference in a new issue