diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-12 01:07:18 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-12 01:07:18 -0500 |
commit | 510bb1c3d95ec7bf061255dce78b97d89e1fcdb8 (patch) | |
tree | 23793eec66210de472405271f9e7e3045c30a8a2 /pokemontools/old_text_script.py | |
parent | 06dc9462fe822079bdeec5617a1d3eaccb2b26d5 (diff) |
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.
Diffstat (limited to 'pokemontools/old_text_script.py')
-rw-r--r-- | pokemontools/old_text_script.py | 2 |
1 files changed, 2 insertions, 0 deletions
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_" |