From: Steven Tobin Date: Mon, 2 Jun 2014 08:47:59 +0000 (+1000) Subject: fix pep8 issues X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=74646992bb3c874845ef75404aebc029e742ce3f;p=redacted-XKCD-password-generator.git fix pep8 issues --- diff --git a/xkcdpass/xkcd_password.py b/xkcdpass/xkcd_password.py index f177bee..2c372c8 100755 --- a/xkcdpass/xkcd_password.py +++ b/xkcdpass/xkcd_password.py @@ -87,9 +87,9 @@ def validate_options(parser, options, args): sys.exit(1) else: static_default = os.path.join( - os.path.dirname(os.path.abspath(__file__)), - 'static', - 'default.txt') + os.path.dirname(os.path.abspath(__file__)), + 'static', + 'default.txt') common_word_files = ["/usr/share/cracklib/cracklib-small", static_default, "/usr/dict/words",