~conjure/conjure/urwid-ubuntu

« back to all changes in this revision

Viewing changes to ubuntui/widgets/lists.py

  • Committer: GitHub
  • Author(s): Adam Stokes
  • Date: 2016-09-07 13:24:49 UTC
  • Revision ID: git-v1:fbe17bcf0b845ce9af6e442a77bd0eb208d69f34
autopep8, remove subheader (#2)

Signed-off-by: Adam Stokes <battlemidget@users.noreply.github.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
 
4
4
class SimpleList(ListBox):
 
5
 
5
6
    def __init__(self, contents, is_selectable=True):
6
7
        self.contents = contents
7
8
        self.is_selectable = is_selectable