~kelemeng/checkbox/bug868571

« back to all changes in this revision

Viewing changes to examples/checkbox-urwid.ini

  • Committer: Javier Collado
  • Date: 2010-05-20 09:00:22 UTC
  • mto: This revision was merged to the branch mainline in revision 812.
  • Revision ID: javier.collado@canonical.com-20100520090022-x2nfggc13rw70o3u
urwid interface skeleton files added

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[DEFAULT]
 
2
 
 
3
# Space separated list of files to include as a dependency for the
 
4
# CLI interface.
 
5
includes = %(checkbox_share)s/configs/checkbox.ini
 
6
 
 
7
[checkbox/plugins/user_interface]
 
8
 
 
9
# Module where the user interface implementation is defined.
 
10
interface_module = checkbox_urwid.urwid_interface
 
11
 
 
12
# Class implementing the UserInterface interface.
 
13
interface_class = UrwidInterface
 
14