git.99rst.org
/
redacted-XKCD-password-generator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f7f536f
)
fix pep8 issues
author
Steven Tobin
<steventtobin (at) gmail.com>
Mon, 2 Jun 2014 08:47:59 +0000
(18:47 +1000)
committer
Steven Tobin
<steventtobin (at) gmail.com>
Mon, 2 Jun 2014 08:47:59 +0000
(18:47 +1000)
xkcdpass/xkcd_password.py
patch
|
blob
|
history
diff --git
a/xkcdpass/xkcd_password.py
b/xkcdpass/xkcd_password.py
index f177beee291dd0c3a58c26308ab2c41bb47225e4..2c372c8ef3f41e0739b1bb27843c00ce44c0cf5b 100755
(executable)
--- 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",
git clone https://git.99rst.org/PROJECT