26
26
from bzrlib.plugins.gtk.logview import LogView
28
29
from dialog import error_dialog
29
30
from revidbox import RevisionSelectionBox
33
34
""" Tags window. Allows the user to view/add/remove tags. """
34
35
def __init__(self, branch, parent=None):
35
36
""" Initialize the Tags window. """
43
43
self._button_add = gtk.Button(stock=gtk.STOCK_ADD)