mirror of
https://github.com/michaelcmartin/Ophis.git
synced 2024-12-21 12:29:46 +00:00
Fixed missing import.
This commit is contained in:
parent
86e58efce8
commit
9ea0962e52
@ -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)])
|
||||
|
Loading…
Reference in New Issue
Block a user