commit 0015934d5302ace1aa7661e2d278dd3c12c3c06b parent 930f784c5b3876ccb9749e42d929fe03a9f02ebf Author: Erik Letson <hmagellan@hmagellan.com> Date: Sat, 17 Oct 2020 01:44:26 -0500 fixed typo in scene.py imports Diffstat:
M | src/scene.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/scene.py b/src/scene.py @@ -1,4 +1,4 @@ -import py, os, json +import pygame, os, json from . import manager, vgo from .constants import SCENE_JSON_PATH, FONT_PATH