commit | c195a6b6bd6cf8cdc19ce52d54f714ff7c6880ae | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Sep 04 10:35:10 2013 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Sep 04 10:35:10 2013 -0400 |
tree | d511fe8565c002d3dba2ed2c85b16c05e90bc8e8 | |
parent | 71d76fa1b876a255f6ac86162b806a54c613cefb [diff] [blame] |
Fixup import https://github.com/behdad/fonttools/issues/6
diff --git a/Lib/fontTools/fontView.py b/Lib/fontTools/fontView.py index 4161695..4a830c9 100644 --- a/Lib/fontTools/fontView.py +++ b/Lib/fontTools/fontView.py
@@ -23,7 +23,7 @@ import sys import array -from . import misc, ttLib, cffLib +from fontTools import misc, ttLib, cffLib class Row(object):