~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to __init__.py

Added distutils setup script and plugin meta data.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
bash completion function for bzr. See its documentation for details.
22
22
"""
23
23
 
 
24
from meta import *
 
25
from meta import __version__
 
26
 
24
27
from bzrlib.commands import Command, register_command
25
28
from bzrlib.option import Option
26
29