Changeset 1233 in tailor


Ignore:
Timestamp:
08/09/06 12:38:07 (7 years ago)
Author:
lele@…
Hash name:
20060809103807-97f81-3f17bde2181a6fcbcff81761527cf671803d0ba8
Message:

Reorder the imports as suggested by the bzr policy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository/bzr.py

    r1216 r1233  
    2020del version_info 
    2121 
    22 from bzrlib.osutils import normpath, pathjoin 
     22from bzrlib import IGNORE_FILENAME, DEFAULT_IGNORE, errors 
     23from bzrlib.add import smart_add_tree 
    2324from bzrlib.bzrdir import BzrDir 
    2425from bzrlib.delta import compare_trees 
    25 from bzrlib.add import smart_add_tree 
    26 from bzrlib import errors 
    27 from bzrlib import IGNORE_FILENAME, DEFAULT_IGNORE 
     26from bzrlib.osutils import normpath, pathjoin 
    2827 
    2928from vcpx.repository import Repository 
    30 from vcpx.workdir import WorkingDir 
    3129from vcpx.source import UpdatableSourceWorkingDir, ChangesetApplicationFailure 
    3230from vcpx.target import SynchronizableTargetWorkingDir 
     31from vcpx.workdir import WorkingDir 
    3332 
    3433 
Note: See TracChangeset for help on using the changeset viewer.