Make the build Python-2/3 agnostic.

This commit is contained in:
Jason S. Ninneman 2017-07-11 15:54:16 -07:00 committed by Eric S. Raymond
parent b5e8eec80e
commit b8dd0eb904
3 changed files with 6 additions and 2 deletions

View file

@ -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.