~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2008-11-03 18:37:43 UTC
  • Revision ID: aaron@aaronbentley.com-20081103183743-tvsatmk9v3a108o0
More release updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
16
 
17
17
"""\
18
 
Various useful plugins for working with bzr.
 
18
Various useful commands for working with bzr.
19
19
"""
20
20
 
21
21
from bzrlib.commands import plugin_cmds
 
22
from version import version_info, __version__
22
23
 
23
24
 
24
25
commands = {