Token checkin to see if it works. Ignore.

git-svn-id: http://svn.robofab.com/trunk@91 b5fa9d6c-a76f-4ffd-b3cb-f825fc41095c
This commit is contained in:
Erik van Blokland 2008-07-14 20:14:50 +00:00
parent fe77241d92
commit 6083cfc404

View File

@ -225,7 +225,7 @@ class PostScriptFontHintValues(BasePostScriptFontHintValues):
class PostScriptGlyphHintValues(BasePostScriptGlyphHintValues): class PostScriptGlyphHintValues(BasePostScriptGlyphHintValues):
""" Wrapper for glyph-level PostScript hinting information for FontLab. """ Wrapper for glyph-level PostScript hinting information for FontLab.
vStems, hStems vStems, hStems.
""" """
def __init__(self, glyph=None): def __init__(self, glyph=None):
self._object = glyph.naked() self._object = glyph.naked()