Commit d532f26a authored by Stefan Behnel's avatar Stefan Behnel

fix missing import

parent 5bac3a3f
...@@ -3,7 +3,7 @@ from ModuleNode import ModuleNode ...@@ -3,7 +3,7 @@ from ModuleNode import ModuleNode
from ExprNodes import * from ExprNodes import *
from Errors import CompileError from Errors import CompileError
from UtilityCode import CythonUtilityCode from UtilityCode import CythonUtilityCode
from Code import UtilityCode from Code import UtilityCode, TempitaUtilityCode
import Interpreter import Interpreter
import PyrexTypes import PyrexTypes
import Naming import Naming
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment