Commit Graph

2 Commits

Author SHA1 Message Date
cclauss
02a2fd00d4 Reformat levenshtein_print() to avoid Syntax Error
flake8 testing of https://github.com/trustedsec/hate_crack on Python 2.7.14

$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./PACK/rulegen.py:235:16: E999 SyntaxError: invalid syntax
            else:      print
               ^
1     E999 SyntaxError: invalid syntax
```
2018-02-03 00:47:02 +01:00
bandrel
f8859e8ad3 replaced submodules 2018-01-27 13:38:56 -05:00