/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Curtis Hovey
  • Date: 2012-02-28 17:45:56 UTC
  • mto: This revision was merged to the branch mainline in revision 780.
  • Revision ID: sinzui.is@verizon.net-20120228174556-pf274fas9qcggrqj
Support selftest, check, and check -m

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        ]
42
42
 
43
43
    def initialize_options(self):
44
 
        self.module = 'discover'
 
44
        self.module = None
45
45
 
46
46
    def finalize_options(self):
47
47
        pass