From 510bb1c3d95ec7bf061255dce78b97d89e1fcdb8 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Thu, 12 Sep 2013 01:07:18 -0500 Subject: try to fix old_text_script.py with an import There are a few more missing imports to get this to work. On the other hand, it may not be valuable enough to bother fixing. --- pokemontools/old_text_script.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pokemontools/old_text_script.py b/pokemontools/old_text_script.py index 912c027..23e4a67 100644 --- a/pokemontools/old_text_script.py +++ b/pokemontools/old_text_script.py @@ -2,6 +2,8 @@ An old implementation of TextScript that may not be useful anymore. """ +import pokemontools.pointers as pointers + class OldTextScript: "a text is a sequence of commands different from a script-engine script" base_label = "UnknownText_" -- cgit v1.2.3