projects
/
naja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a351c6c
)
Add missing comma.
author
Simon Cross
<hodgestar@gmail.com>
Sat, 17 May 2014 20:31:58 +0000
(22:31 +0200)
committer
Simon Cross
<hodgestar@gmail.com>
Sat, 17 May 2014 20:32:08 +0000
(22:32 +0200)
naja/constants.py
patch
|
blob
|
history
diff --git
a/naja/constants.py
b/naja/constants.py
index 0388d43303c26ae37981a6a5816aa3198aa64389..486eacbf86033171e4d91d355890c783f1eb5515 100644
(file)
--- a/
naja/constants.py
+++ b/
naja/constants.py
@@
-159,5
+159,5
@@
TUNES = (
# Puzzles, because resources can't give us file lists
PUZZLES = (
'chess',
- 'marathon'
+ 'marathon'
,
)