From: Ulrich Dangel Date: Sun, 21 Feb 2010 01:39:23 +0000 (+0100) Subject: Just some code cleanup X-Git-Tag: v0.9.22~5 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=cba6faf582b742821466653e4cec91735144e753;hp=23a0b09ff4c5d889643fcb216f6acc65a0dc50db Just some code cleanup --- diff --git a/grml2usb b/grml2usb index bde7244..cb4d621 100755 --- a/grml2usb +++ b/grml2usb @@ -26,8 +26,8 @@ MOUNTED = set() # register mountpoints TMPFILES = set() # register tmpfiles DATESTAMP = time.mktime(datetime.datetime.now().timetuple()) # unique identifier for syslinux.cfg GRML_FLAVOURS = set() # which flavours are being installed? -global GRML_DEFAULT -global UUID +GRML_DEFAULT = None +UUID = None def syslinux_warning(option, opt, value, parser): sys.stderr.write("Note: the --syslinux option is deprecated as syslinux " +