commit | 18316aa769566eeb6f3f4a6ed2685fa8f8e861c2 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 27 21:17:35 2013 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Thu Nov 28 17:32:43 2013 -0500 |
tree | a08cd2937ed197e50201f646dbcbd37ccc81cd3d | |
parent | d3689390a6ec0c6b0fb158284f29a87a6e45601b [diff] [blame] |
ps23 More bytes fixes. All ''join()'s fixed
diff --git a/Lib/fontTools/ttLib/tables/ttProgram.py b/Lib/fontTools/ttLib/tables/ttProgram.py index a3401a6..cfc9d71 100644 --- a/Lib/fontTools/ttLib/tables/ttProgram.py +++ b/Lib/fontTools/ttLib/tables/ttProgram.py
@@ -260,7 +260,7 @@ def fromXML(self, name, attrs, content, ttFont): if name == "assembly": - self.fromAssembly(''.join(content)) + self.fromAssembly(strjoin(content)) self._assemble() del self.assembly else: