Rename test puzzle to marathon.
[naja.git] / naja / constants.py
index 2f8d3790245186852e93dcf60771e17b9a6887da..0388d43303c26ae37981a6a5816aa3198aa64389 100644 (file)
@@ -155,3 +155,9 @@ TUNES = (
     'scape.ogg',
     'another_beek.ogg',
 )
+
+# Puzzles, because resources can't give us file lists
+PUZZLES = (
+    'chess',
+    'marathon'
+)