/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-03-01 23:07:35 UTC
  • mfrom: (779.1.2 setup-fix)
  • Revision ID: sinzui.is@verizon.net-20120301230735-81kmzh3xsku51ryi
Fix selftest.

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