/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 __init__.py

  • Committer: Aaron Bentley
  • Date: 2007-07-23 17:47:38 UTC
  • Revision ID: abentley@panoramicfeedback.com-20070723174738-mf41esmf99290mxd
RemoveĀ unneededĀ import

Show diffs side-by-side

added added

removed removed

Lines of Context:
569
569
        # prevent gtk from blowing up later
570
570
        gtk = import_pygtk()
571
571
        import pynotify
572
 
        import pkg_resources
573
572
        result = builtins.cmd_selftest().run(*args, **kwargs)
574
573
        if result == 0:
575
574
            summary = 'Success'