Rev 1431: Fix import order. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk

Jelmer Vernooij jelmer at samba.org
Fri Jul 4 06:10:15 BST 2008


At http://people.samba.org/bzr/jelmer/bzr-svn/trunk

------------------------------------------------------------
revno: 1431
revision-id: jelmer at samba.org-20080704051010-l730wl8jargwltcg
parent: jelmer at samba.org-20080704044658-w0dd76qrifdji1kf
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Fri 2008-07-04 07:10:10 +0200
message:
  Fix import order.
modified:
  tree.py                        tree.py-20060624222557-dudlwqcmkf22lt2s-1
=== modified file 'tree.py'
--- a/tree.py	2008-07-03 22:10:49 +0000
+++ b/tree.py	2008-07-04 05:10:10 +0000
@@ -27,7 +27,7 @@
 from cStringIO import StringIO
 import urllib
 
-from bzrlib.plugins.svn import errors, properties, core, wc
+from bzrlib.plugins.svn import core, errors, properties, wc
 from bzrlib.plugins.svn.delta import apply_txdelta_handler
 
 




More information about the bazaar-commits mailing list