[cineoob] get_object cleaning

This commit is contained in:
Julien Veyssier 2013-03-10 22:52:28 +01:00
commit c3c0561887
4 changed files with 18 additions and 28 deletions

View file

@ -63,6 +63,7 @@ class ImdbBrowser(BaseBrowser):
movie.country = NotLoaded
movie.note = NotLoaded
movie.roles = NotLoaded
movie.all_release_dates= NotLoaded
yield movie
def iter_persons(self, pattern):
@ -149,6 +150,7 @@ class ImdbBrowser(BaseBrowser):
movie.note = note
movie.roles = roles
movie.short_description= short_description
movie.all_release_dates= NotLoaded
return movie
def get_person(self, id):