aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2014-03-28 14:32:24 -0700
committerBehdad Esfahbod <behdad@behdad.org>2014-03-28 14:32:24 -0700
commit50d6c7298ad51eade3a2b4f693ff8dff7913213e (patch)
treea2a10f1b7bb30ba5c9f432bfbac546bec1bddfdf
parent5a5d0affff8234722c76971f41b4fd5c52e8dca5 (diff)
downloadfonttools-50d6c7298ad51eade3a2b4f693ff8dff7913213e.tar.gz
Minor
-rw-r--r--Lib/fontTools/ttLib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/fontTools/ttLib/__init__.py b/Lib/fontTools/ttLib/__init__.py
index 9b852a4d..b4f4ff08 100644
--- a/Lib/fontTools/ttLib/__init__.py
+++ b/Lib/fontTools/ttLib/__init__.py
@@ -761,7 +761,7 @@ class GlyphOrder(object):
table, but it's nice to present it as such in the TTX format.
"""
- def __init__(self, tag):
+ def __init__(self, tag=None):
pass
def toXML(self, writer, ttFont):