commit | 5988cc32cbe04ed8ff6330bd6ede634b9c68faf0 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Tue Nov 19 17:20:54 2013 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Tue Nov 19 17:40:46 2013 -0500 |
tree | b06559dec741f392cdaacb33498a585fc5034d0d | |
parent | 98769437cdd2c04f14b81a80dd4aa45e3d9f282c [diff] [blame] |
Make BaseTable a new-style object
diff --git a/Lib/fontTools/ttLib/tables/otBase.py b/Lib/fontTools/ttLib/tables/otBase.py index 8eec6b0..6afb5c7 100644 --- a/Lib/fontTools/ttLib/tables/otBase.py +++ b/Lib/fontTools/ttLib/tables/otBase.py
@@ -514,7 +514,7 @@ raise KeyError, name -class BaseTable: +class BaseTable(object): def __init__(self): self.compileStatus = 0 # 0 means table was created # 1 means the table.read() function was called by a table which is subject