This sets a default value for the RInfo.createdBy attribute. Setters and getters for this attribute were already in place, no idea why this was missed. But here it is.

git-svn-id: http://svn.robofab.com/trunk@60 b5fa9d6c-a76f-4ffd-b3cb-f825fc41095c
This commit is contained in:
Erik van Blokland 2008-03-02 10:05:19 +00:00
parent a1c092af26
commit 0c11984e3c

View File

@ -1157,6 +1157,7 @@ class RInfo(BaseInfo):
self._trademark = None
self._license = None
self._licenseURL = None
self._createdBy = None
self._designer = None
self._designerURL = None
self._vendorURL = None