From 427fbf4d042504d04e9a5373451292302dd91bbe Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Mon, 16 Sep 2013 12:36:53 -0500 Subject: fix how pointers are imported --- pokemontools/old_text_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pokemontools/old_text_script.py') diff --git a/pokemontools/old_text_script.py b/pokemontools/old_text_script.py index 23e4a67..a4cfb8c 100644 --- a/pokemontools/old_text_script.py +++ b/pokemontools/old_text_script.py @@ -2,7 +2,7 @@ An old implementation of TextScript that may not be useful anymore. """ -import pokemontools.pointers as pointers +import pointers class OldTextScript: "a text is a sequence of commands different from a script-engine script" -- cgit v1.2.3