/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-28 01:56:50 UTC
  • Revision ID: jelmer@samba.org-20070328015650-pp4ihvx4pxjef0yp
Fix gannotate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
    aliases = ["gblame", "gpraise"]
253
253
    
254
254
    def run(self, filename, all=False, plain=False, line='1', revision=None):
255
 
        self.open_display()
 
255
        gtk = self.open_display()
256
256
 
257
257
        try:
258
258
            line = int(line)