temporary conversion of the imports module to separate import processing from actually importing things

This commit is contained in:
Dave Halter
2014-03-19 16:40:38 +01:00
parent 9f12352ec1
commit 58026c6542
5 changed files with 155 additions and 127 deletions

View File

@@ -51,7 +51,7 @@ SCOPE_CONTENTS = 'asserts', 'subscopes', 'imports', 'statements', 'returns'
class GetCodeState(object):
"""A helper class for passing the state of get_code in a thread-safe
manner"""
manner."""
__slots__ = ("last_pos",)
def __init__(self):