~facundo/enjuewemela/trunk

« back to all changes in this revision

Viewing changes to enjuewemela/gamemenu.py

  • Committer: facundo at com
  • Date: 2012-11-05 12:14:34 UTC
  • mto: (92.1.15 trunk)
  • mto: This revision was merged to the branch mainline in revision 94.
  • Revision ID: facundo@taniquetil.com.ar-20121105121434-8pdaoelvcu9tq5zp
CodeĀ aesthetics.

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
 
195
195
        if self.playing:
196
196
            self.items.append(
197
 
                (menu.MenuItem(_('Continue previous game'), self.on_continue)),
198
 
        )
 
197
                menu.MenuItem(_('Continue previous game'), self.on_continue),
 
198
            )
199
199
 
200
200
        self.items.extend([
201
201
            (menu.MenuItem(_('Play new game!'), self.on_play)),