tried to start introducing the compiled module to the library

This commit is contained in:
Dave Halter
2014-01-09 01:26:51 +01:00
parent 3017e72b86
commit 0cb23dcfa2
3 changed files with 25 additions and 18 deletions

View File

@@ -174,8 +174,7 @@ class Evaluator(object):
# Add builtins to the global scope.
if include_builtin:
builtin_scope = builtin.Builtin.scope
yield builtin_scope, builtin_scope.get_defined_names()
yield compiled.builtin, compiled.builtin.get_defined_names()
def find_types(self, scope, name_str, position=None, search_global=False,
is_goto=False, resolve_decorator=True):