~ctf/checkbox/bug811177

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Marc Tardif
  • Date: 2007-10-04 23:12:10 UTC
  • Revision ID: marc.tardif@canonical.com-20071004231210-unxckndkgndxfdp6
Refactored questions to use templates and scripts which fixes bug #149195.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        ('share/applications/', ['gtk/hwtest-gtk.desktop']),
23
23
        ('share/pixmaps/', ['gtk/hwtest-gtk.xpm']),
24
24
        ('share/hwtest/data/', glob('data/*')),
 
25
        ('share/hwtest/examples/', glob('examples/*')),
25
26
        ('share/hwtest/plugins/', glob('plugins/*')),
 
27
        ('share/hwtest/questions/', glob('questions/*')),
 
28
        ('share/hwtest/scripts/', glob('scripts/*')),
26
29
        ('share/hwtest/gtk/', ['gtk/hwtest-gtk.glade'] + glob('gtk/*.png')),
27
30
        ('share/hwtest/gtk/plugins/', glob('gtk/plugins/*')),
28
31
        ('share/hwtest/cli/plugins/', glob('cli/plugins/*'))],