Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
class UFOLibError(Exception):
pass
class UnsupportedUFOFormat(UFOLibError):
class GlifLibError(UFOLibError):
class UnsupportedGLIFFormat(GlifLibError):