From 12443b01592824707fcaaf255a4067671ced94b8 Mon Sep 17 00:00:00 2001 From: Jason Ninneman Date: Mon, 11 Jan 2021 08:45:18 -0700 Subject: [PATCH] Use Python 3, not 2. --- tests/coverage_dungeon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.31.1