Bug 636202 - Turn ipc/ipdl/ipdl/type.py Python 2/3-agnostic; r=cjones

This commit is contained in:
Gary Kwong 2011-02-23 10:39:00 -05:00
parent 7560baf014
commit a23e399485

View File

@ -367,7 +367,7 @@ class _CompoundType(IPDLType):
def isCompound(self):
return True
def itercomponents(self):
raise '"pure virtual" method'
raise Exception('"pure virtual" method')
def mutuallyRecursiveWith(self, t, exploring=None):
'''|self| is mutually recursive with |t| iff |self| and |t|