mirror of
https://github.com/michaelcmartin/Ophis.git
synced 2026-03-17 03:16:55 +00:00
Fixed missing import.
This commit is contained in:
@@ -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)])
|
||||
|
||||
Reference in New Issue
Block a user