diff options
Diffstat (limited to 'pokemontools/old_text_script.py')
-rw-r--r-- | pokemontools/old_text_script.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |