14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
30
30
import bzrlib.errors as errors
33
38
""" Display checkout dialog and perform the needed operations. """
34
def __init__(self, gladefile, comm, dialog):
35
40
""" Initialize the Checkout dialog. """
44
43
self.window = self.glade.get_widget('window_checkout')