Remove unneeded line continuations and tidy up

svn: r16481
This commit is contained in:
Gerald Britton
2011-01-26 20:10:22 +00:00
parent bfa5309cd7
commit cc5b37c8bc
13 changed files with 61 additions and 52 deletions

View File

@ -99,8 +99,9 @@ class EditEvent(EditPrimary):
return dialog_title
def get_custom_events(self):
return self.dbstate.db.get_person_event_types() + \
self.dbstate.db.get_family_event_types()
return (self.dbstate.db.get_person_event_types() +
self.dbstate.db.get_family_event_types()
)
def _local_init(self):
self.width_key = 'interface.event-width'