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
28
22
def __init__(self, branch):
29
23
super(RevisionSelectionBox, self).__init__()
35
29
self.pack_start(self._entry_revid, True, True)
36
30
self.pack_start(self._button_revid, False, False)