From: Michael Prokop Date: Fri, 1 Jun 2018 14:08:57 +0000 (+0200) Subject: Make recent versions of pep8 happy X-Git-Tag: v0.16.2~3 X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=e4f812a475e35ce5510b5692ed69b888f80dd537 Make recent versions of pep8 happy Fixes: | grml2usb:71:1: E305 expected 2 blank lines after class or function definition, found 1 as reported by pep8 v2.2.0 (though not yet with v1.6.2) in our source-test job on Jenkins. --- diff --git a/grml2usb b/grml2usb index 4fc9b37..1c2ed5b 100755 --- a/grml2usb +++ b/grml2usb @@ -67,6 +67,7 @@ def grub_option(option, opt, value, opt_parser): setattr(opt_parser.values, option.dest, True) setattr(opt_parser.values, 'syslinux', False) + # cmdline parsing USAGE = "Usage: %prog [options] <[ISO[s] | /lib/live/mount/medium]> \n\ \n\