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

  • Committer: Jelmer Vernooij
  • Date: 2011-03-14 20:12:19 UTC
  • Revision ID: jelmer@samba.org-20110314201219-wo692nzwywu6mevh
Fix formatting, imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
                (url, status) = bugline.split(" ")
96
96
                if status == "fixed":
97
97
                    self.add_bug(url, status)
98
 
        
 
98
 
99
99
        if self.num_bugs == 0:
100
100
            return
101
101
        elif self.num_bugs == 1: