mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-14 09:38:21 +00:00
* util/import_unicode.py: Remove unnecessary imports.
This commit is contained in:
parent
5dab68dfa4
commit
5771289a14
@ -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.
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user