Backed out changeset 2a0fbd6eedbd because of pyxpt unit test failure

This commit is contained in:
Mike Hommey 2011-05-12 09:05:05 +02:00
parent 2f56ec35a0
commit aeb9b87fa8

View File

@ -1229,6 +1229,7 @@ class Typelib(object):
checkType(m.result.type, replaced_from, replaced_to)
for p in m.params:
checkType(p.type, replaced_from, replaced_to)
self._sanityCheck()
#TODO: do we care about annotations? probably not
def dump(self, out):