From: Steven Tobin Date: Tue, 9 Sep 2014 02:22:44 +0000 (+1000) Subject: removed commented-out code from example X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=596fa3dc6b134f3d236acdb6942c08e05e6f34e4;p=redacted-XKCD-password-generator.git removed commented-out code from example --- diff --git a/xkcdpass/example_import.py b/xkcdpass/example_import.py index 48cd3ce..93d1eb7 100644 --- a/xkcdpass/example_import.py +++ b/xkcdpass/example_import.py @@ -1,11 +1,6 @@ import xkcdpass.xkcd_password as xp import random -## create a wordlist -#mywords = generate_wordlist(wordfile='3esl.txt', min_length=5, max_length=8,) - -## create a password with the acrostic 'face' -#print(generate_xkcdpassword(mywords, acrostic="face")) def random_capitalisation(s, chance): new_str = []