Initialize types.TBuiltin's attributes field.

This commit is contained in:
whitequark 2015-07-02 18:19:01 +03:00
parent 6bf95397d7
commit 86cdc84f7e
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ class TBuiltin(Type):
def __init__(self, name):
self.name = name
self.attributes = {}
def find(self):
return self