/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to setup.py

Include localization files that are found in plugins we are installing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
510
510
            plugins = set(dirs)
511
511
        x = []
512
512
        for i in files:
513
 
            if os.path.splitext(i)[1] not in [".py", ".pyd", ".dll"]:
 
513
            if os.path.splitext(i)[1] not in [".py", ".pyd", ".dll", ".mo"]:
514
514
                continue
515
515
            if i == '__init__.py' and root == 'bzrlib/plugins':
516
516
                continue