~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/migrater/rename_zcml.py

  • Committer: William Grant
  • Date: 2012-01-01 03:10:25 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101031025-pcl0na3sbgfrztcw
utilities

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
from find import find_matches
16
16
from lxml import etree
17
17
from rename_module import (
18
 
    bzr_add, bzr_has_filename, bzr_move_file, bzr_remove_file)
 
18
    bzr_add,
 
19
    bzr_has_filename,
 
20
    bzr_move_file,
 
21
    bzr_remove_file,
 
22
    )
19
23
 
20
24
 
21
25
EMPTY_ZCML = """\