Use Python 3, not 2.

This commit is contained in:
Jason Ninneman 2021-01-11 08:45:18 -07:00 committed by Eric S. Raymond
parent eb27776c99
commit 12443b0159

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# This is the open-adventure dungeon text coverage report generator. It # This is the open-adventure dungeon text coverage report generator. It
# consumes a YAML description of the dungeon and determines whether the # consumes a YAML description of the dungeon and determines whether the