cineoob handling dates

This commit is contained in:
Julien Veyssier 2013-03-04 14:12:35 +01:00
commit efaee3a661
3 changed files with 17 additions and 14 deletions

View file

@ -53,7 +53,6 @@ class Person(CapBaseObject):
gender = StringField('Gender of a person')
nationality = StringField('Nationality of a person')
biography = StringField('Short biography of a person')
awards = Field('Awards won by the person',list)
roles = Field('Lists of movies related to the person indexed by roles',dict)
def __init__(self, id, name):