fix how pointers are imported

This commit is contained in:
Bryan Bishop
2013-09-16 12:36:53 -05:00
parent 6809c951ac
commit 427fbf4d04

View File

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