Add missing comma.
authorSimon Cross <hodgestar@gmail.com>
Sat, 17 May 2014 20:31:58 +0000 (22:31 +0200)
committerSimon Cross <hodgestar@gmail.com>
Sat, 17 May 2014 20:32:08 +0000 (22:32 +0200)
naja/constants.py

index 0388d43303c26ae37981a6a5816aa3198aa64389..486eacbf86033171e4d91d355890c783f1eb5515 100644 (file)
@@ -159,5 +159,5 @@ TUNES = (
 # Puzzles, because resources can't give us file lists
 PUZZLES = (
     'chess',
-    'marathon'
+    'marathon',
 )