From: Jason Ninneman Date: Mon, 11 Jan 2021 15:45:18 +0000 (-0700) Subject: Use Python 3, not 2. X-Git-Tag: 1.10~20 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=12443b01592824707fcaaf255a4067671ced94b8;hp=eb27776c99068914abf60b5cbea47f3cc072f8a7;p=open-adventure.git Use Python 3, not 2. --- diff --git a/tests/coverage_dungeon.py b/tests/coverage_dungeon.py index 97e642d..439edad 100755 --- a/tests/coverage_dungeon.py +++ b/tests/coverage_dungeon.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # This is the open-adventure dungeon text coverage report generator. It # consumes a YAML description of the dungeon and determines whether the