15
15
# along with this program; if not, write to the Free Software
16
16
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22
28
def __init__(self, branch):
23
29
super(RevisionSelectionBox, self).__init__()
29
35
self.pack_start(self._entry_revid, True, True)
30
36
self.pack_start(self._button_revid, False, False)