fix pep8 issues
authorSteven Tobin <steventtobin (at) gmail.com>
Mon, 2 Jun 2014 08:47:59 +0000 (18:47 +1000)
committerSteven Tobin <steventtobin (at) gmail.com>
Mon, 2 Jun 2014 08:47:59 +0000 (18:47 +1000)
xkcdpass/xkcd_password.py

index f177beee291dd0c3a58c26308ab2c41bb47225e4..2c372c8ef3f41e0739b1bb27843c00ce44c0cf5b 100755 (executable)
@@ -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",
git clone https://git.99rst.org/PROJECT