Added a CONTRIBUTING.md file

- Added a CONTRIBUTING.md file
- Corrected a small indentation error
- version bump
This commit is contained in:
Chris Lane
2014-05-25 22:19:43 -04:00
parent afcaaafbe5
commit 8677e0c35a
4 changed files with 12 additions and 3 deletions

View File

@ -47,7 +47,7 @@ def get():
# if we've already reached out to the filesystem, just return the result
# from memory
if cheats:
return cheats
return cheats
# otherwise, scan the filesystem
for cheat_dir in reversed(paths()):