~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2008-10-22 10:23:48 UTC
  • Revision ID: aaron@aaronbentley.com-20081022102348-1oy1usn4bci84u65
Doc tweakage

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2008 Canonical Limited.
 
1
# Copyright (C) 2008 Aaron Bentley.
2
2
#
3
3
#    This program is free software; you can redistribute it and/or modify
4
4
#    it under the terms of the GNU General Public License as published by
14
14
#    along with this program; if not, write to the Free Software
15
15
#    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
16
 
 
17
"""\
 
18
Various useful plugins for working with bzr.
 
19
"""
17
20
 
18
21
from bzrlib.commands import plugin_cmds
19
22