YAML coverage generator minor cleanup
[open-adventure.git] / make_dungeon.py
index 70fab09a75a15ea0efb886abb569af75c956676a..ddbfc2e6fcf77a2f6b2f78706339867957c62b3d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python
 
 # This is the open-adventure dungeon generator. It consumes a YAML description of
 # the dungeon and outputs a dungeon.h and dungeon.c pair of C code files.