/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 checkout.py

  • Committer: Jelmer Vernooij
  • Date: 2007-02-03 10:45:37 UTC
  • Revision ID: jelmer@samba.org-20070203104537-hbnjve7vmv1fm1pw
Actually add the preference tests this time (forgot to ran 'bzr add'...)

Move more files to the top-level directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
from bzrlib.branch import Branch
31
31
from bzrlib.config import GlobalConfig
32
32
 
33
 
from dialog import error_dialog
 
33
from olive.dialog import error_dialog
34
34
 
35
35
 
36
36
class CheckoutDialog(gtk.Dialog):