This website requires JavaScript.
Explore
Help
Register
Sign In
shadowfacts
/
fonttools
Watch
1
Star
0
Fork
0
You've already forked fonttools
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
fonttools
/
Lib
/
fontTools
/
ufoLib
/
errors.py
9 lines
85 B
Python
Raw
Normal View
History
Unescape
Escape
various cleanups: use pyfilesystem2 API directly, remove ufoLib.filesystem Among other things, this allows clients to inject an already instantiated FS object in both the UFOReader/UFOWriter 'path' argument.
2018-10-08 18:01:01 +01:00
class
UFOLibError
(
Exception
)
:
pass
class
GlifLibError
(
UFOLibError
)
:
pass
Reference in New Issue
Copy Permalink