/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: Jelmer Vernooij
  • Date: 2007-03-27 23:33:12 UTC
  • Revision ID: jelmer@samba.org-20070327233312-ymejb6thzsl12a9o
Fix gstatus

Show diffs side-by-side

added added

removed removed

Lines of Context:
349
349
 
350
350
    def run(self, path='.'):
351
351
        import os
352
 
        self.open_display()
 
352
        gtk = self.open_display()
353
353
        from status import StatusDialog
354
354
        (wt, wt_path) = workingtree.WorkingTree.open_containing(path)
355
355
        status = StatusDialog(wt, wt_path)