Fixed missing import.

This commit is contained in:
Michael Martin 2012-06-03 20:22:48 -07:00
parent 86e58efce8
commit 9ea0962e52
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import Ophis.CmdLine
import Ophis.IR as IR
import Ophis.Frontend as FE
import Ophis.Errors as Err
import os.path
loadedfiles = {}
basecharmap = "".join([chr(x) for x in range(256)])