~kelemeng/checkbox/bug868571

1
2
3
4
5
6
7
8
9
10
11
12
13
14
[DEFAULT]

# Space separated list of files to include as a dependency for the
# CLI interface.
includes = %(checkbox_share)s/configs/checkbox.ini

[checkbox/plugins/user_interface]

# Module where the user interface implementation is defined.
interface_module = checkbox_urwid.urwid_interface

# Class implementing the UserInterface interface.
interface_class = UrwidInterface