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

  • Committer: Jelmer Vernooij
  • Date: 2008-10-14 18:50:26 UTC
  • Revision ID: jelmer@samba.org-20081014185026-1gy6yb51df6qddcv
Fix import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
 
66
66
def is_versioned(cmd):
 
67
    from bzrlib.errors import NotBranchError
67
68
    try:
68
69
        from bzrlib.branch import Branch
69
70
        Branch.open(".")