From f5868555ab7729e39f727641fbe71334b0bcda74 Mon Sep 17 00:00:00 2001 From: Marquis Kurt Date: Tue, 7 Apr 2020 20:06:23 -0400 Subject: [PATCH] [core + uvn-fira] Resolve template errors --- pyproject.toml | 2 +- uvn_fira/core/template.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e4dd57d..00ef0ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "uvn-fira" -version = "1.2.0" +version = "1.2.1" description = "The backend and API code for the Unscripted mini-game." authors = ["Marquis Kurt "] license = "MPL-2.0" diff --git a/uvn_fira/core/template.py b/uvn_fira/core/template.py index 7f56a0b..fc68dfc 100644 --- a/uvn_fira/core/template.py +++ b/uvn_fira/core/template.py @@ -33,7 +33,7 @@ def generate_template(filepath, for_level=0): # # Import the level information APIs. -from minigame.api import get_level_information +from uvn_fira.api import get_level_information # Get all of the information for this particular level. game_player, game_world = get_level_information(%s)