Skip to content

Commit 7091213

Browse files
committed
remove ufoLib dependency
1 parent 2698dc6 commit 7091213

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Lib/extractor/formats/vfb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import tempfile
44
import subprocess
55

6-
from ufoLib import UFOReader
6+
from fontTools.ufoLib import UFOReader
77

88
_ufo2vfbLocation = "/usr/local/bin/vfb2ufo"
99

Lib/extractor/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from ufoLib import fontInfoAttributesVersion3, validateFontInfoVersion3ValueForAttribute
1+
from fontTools.ufoLib import fontInfoAttributesVersion3, validateFontInfoVersion3ValueForAttribute
22

33

44
class RelaxedInfo(object):

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
],
3232
install_requires=[
3333
"fonttools>=3.3.1",
34-
"ufoLib>=2.0.0",
3534
],
3635
classifiers=[
3736
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)