removed commented-out code from example
authorSteven Tobin <steventtobin (at) gmail.com>
Tue, 9 Sep 2014 02:22:44 +0000 (12:22 +1000)
committerSteven Tobin <steventtobin (at) gmail.com>
Tue, 9 Sep 2014 02:22:44 +0000 (12:22 +1000)
xkcdpass/example_import.py

index 48cd3ce732919ec9cce65b3404e3e0e45d90a246..93d1eb7dab7cbe5b31e9306338cfa9516a5235db 100644 (file)
@@ -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 = []
git clone https://git.99rst.org/PROJECT