Index: /trunk/robofab/Lib/robofab/objects/objectsRF.py =================================================================== --- /trunk/robofab/Lib/robofab/objects/objectsRF.py (revision 40) +++ /trunk/robofab/Lib/robofab/objects/objectsRF.py (revision 43) @@ -62,8 +62,7 @@ """ - def __init__(self, aFont=None): + def __init__(self, aFont=None, data=None): # read the data from the font.lib, it won't be anywhere else BasePostScriptFontHintValues.__init__(self) - data = None if aFont is not None: self.setParent(aFont)