diff options
author | Marc Jones <mjones@softwarefreedom.org> | 2014-02-26 23:08:10 -0500 |
---|---|---|
committer | Marc Jones <mjones@softwarefreedom.org> | 2014-02-26 23:08:10 -0500 |
commit | 6ea5c2685dc5d5db0c10029d9bb8a1f0ce70b98f (patch) | |
tree | 426533c3e63b2f363752924090b84332bd4ee0b8 /suspicious | |
parent | b1ded4e69dc9f6ac46da5707bc1703b385daceed (diff) |
added common word functions, but removed optimize wordlist function
Diffstat (limited to 'suspicious')
-rwxr-xr-x | suspicious | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/python #Author: Marc Jones <mjones@softwarefreedom.org> #Date: Feb 26, 2014 -#Version 0.1.1 +#Version 0.1.2 from optparse import OptionParser |