diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-16 12:36:53 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-16 12:36:53 -0500 |
commit | 427fbf4d042504d04e9a5373451292302dd91bbe (patch) | |
tree | 4eb499dee0e63267627dee8da7434c839836d5ed /pokemontools/old_text_script.py | |
parent | 6809c951acb22ddecbeec492ae344e1a2165f942 (diff) |
fix how pointers are imported
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" |