aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/ttLib/tables/_n_a_m_e.py
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2013-11-27 02:40:30 -0500
committerBehdad Esfahbod <behdad@behdad.org>2013-11-27 02:40:30 -0500
commit180ace6a5ff1399ec53bc696e8bef7cce6eef39a (patch)
tree45e3c9c7fa3ef0fdc74fd8c1bbb48de98841dfcd /Lib/fontTools/ttLib/tables/_n_a_m_e.py
parent2b06aaa2a6bcd363c25fb0c43f6bb906906594bd (diff)
downloadfonttools-180ace6a5ff1399ec53bc696e8bef7cce6eef39a.tar.gz
2to3 --fix=ne
Diffstat (limited to 'Lib/fontTools/ttLib/tables/_n_a_m_e.py')
-rw-r--r--Lib/fontTools/ttLib/tables/_n_a_m_e.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/fontTools/ttLib/tables/_n_a_m_e.py b/Lib/fontTools/ttLib/tables/_n_a_m_e.py
index d3e80931..e9bf47e7 100644
--- a/Lib/fontTools/ttLib/tables/_n_a_m_e.py
+++ b/Lib/fontTools/ttLib/tables/_n_a_m_e.py
@@ -71,7 +71,7 @@ class table__n_a_m_e(DefaultTable.DefaultTable):
name.toXML(writer, ttFont)
def fromXML(self, (name, attrs, content), ttFont):
- if name <> "namerecord":
+ if name != "namerecord":
return # ignore unknown tags
if not hasattr(self, "names"):
self.names = []