Fix a few more tests

This commit is contained in:
Dave Halter
2017-11-26 22:07:13 +01:00
parent 85ce57a863
commit accf20226d
6 changed files with 26 additions and 27 deletions
+2 -1
View File
@@ -109,7 +109,8 @@ def _load_module(evaluator, path, python_object):
).get_root_node()
python_module = inspect.getmodule(python_object)
evaluator.modules[python_module.__name__] = module
# TODO we should actually make something like this possible.
#evaluator.modules[python_module.__name__] = module
return module