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

Put plugin info in separate file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
import bzrlib
28
28
import bzrlib.api
29
29
 
30
 
from setup import (
 
30
from info import (
31
31
    bzr_compatible_versions,
32
32
    bzr_plugin_version as version_info,
33
33
    dulwich_minimum_version,