diff options
author | Alasdair Colley <alnessy@hotmail.com> | 2014-07-17 17:01:56 +0200 |
---|---|---|
committer | Alasdair Colley <alnessy@hotmail.com> | 2014-07-17 17:01:56 +0200 |
commit | 3587745199bfb4e2c546f9ad1bdd484692c42162 (patch) | |
tree | 5f20b34e7b306b6192eea040dcfd4349c898f0cb | |
parent | ada29df4ff3b9729ed63a57930292a7e0d44d391 (diff) |
removing test entries
-rwxr-xr-x | saucypy | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -9,12 +9,6 @@ VERSION = "1.0.0" ENTRIES_FILE = "saucypy.json" -items = { - "regex": "regexes are useful", - "regex-pal": "regex-pal url", - "regex flash": "regex flash url" -} - def find( key, entries ): return difflib.get_close_matches( key, entries.keys() ) |