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.
This commit is contained in:
Bryan Bishop
2013-09-12 01:07:18 -05:00
parent 06dc9462fe
commit 510bb1c3d9

View File

@@ -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_"