[ot] Minor

This commit is contained in:
Behdad Esfahbod 2015-07-01 23:02:40 -07:00
parent aa9b3b6d43
commit 92093990cc

View File

@ -239,6 +239,9 @@ class Struct(BaseConverter):
pass
return table
def __repr__(self):
return "Struct of " + repr(self.tableClass)
class Table(Struct):