commit | fc10b20c25af08267bba6ac56aea9638cc56f603 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 20 21:50:16 2013 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 20 21:50:16 2013 -0500 |
tree | e716efc21f31b174158f2e002a985e83d6ead4eb | |
parent | f50d0dff869a8b74bcff028721204a284cadff12 [diff] |
Minor
diff --git a/Lib/fontTools/ttLib/tables/otConverters.py b/Lib/fontTools/ttLib/tables/otConverters.py index 047babb..dfd3b30 100644 --- a/Lib/fontTools/ttLib/tables/otConverters.py +++ b/Lib/fontTools/ttLib/tables/otConverters.py
@@ -172,7 +172,7 @@ table = self.tableClass() # For now, we lazy-decompile all tables. Perhaps we should # use a more sophisticated heuristic here. - if 1: + if True: # Lazy decompile table.reader = subReader table.font = font