Among other things, this allows clients to inject an already instantiated FS object in both the UFOReader/UFOWriter 'path' argument.
10 lines
142 B
Python
10 lines
142 B
Python
from __future__ import absolute_import, unicode_literals
|
|
|
|
|
|
class UFOLibError(Exception):
|
|
pass
|
|
|
|
|
|
class GlifLibError(UFOLibError):
|
|
pass
|