/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 olive/branch.py

  • Committer: Jelmer Vernooij
  • Date: 2006-10-04 19:11:46 UTC
  • Revision ID: jelmer@samba.org-20061004191146-73c96d34fc3d05e4
Rename OliveBranch -> BranchDialog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
from bzrlib.branch import Branch
29
29
import bzrlib.errors as errors
30
30
 
31
 
from olive import gladefile
 
31
from __init__ import gladefile
32
32
from dialog import error_dialog, info_dialog
33
33
 
34
 
class OliveBranch:
 
34
class BranchDialog:
35
35
    """ Display branch dialog and perform the needed operations. """
36
36
    def __init__(self, path=None):
37
37
        """ Initialize the Branch dialog. """