diff options
author | Alasdair Colley <alnessy@hotmail.com> | 2014-07-17 17:01:00 +0200 |
---|---|---|
committer | Alasdair Colley <alnessy@hotmail.com> | 2014-07-17 17:01:00 +0200 |
commit | ada29df4ff3b9729ed63a57930292a7e0d44d391 (patch) | |
tree | f1d54804d09641152fa96ca4038574793084dbf9 | |
parent | 9b48fe3a73af2e453363af3d7c84d30bb39f3745 (diff) |
changing name of entries file
-rwxr-xr-x | saucypy | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ import sys VERSION = "1.0.0" -ENTRIES_FILE = "blasource.json" +ENTRIES_FILE = "saucypy.json" items = { "regex": "regexes are useful", |