~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2006-05-03 20:05:46 UTC
  • mto: This revision was merged to the branch mainline in revision 366.
  • Revision ID: abentley@panoramicfeedback.com-20060503200546-83ae584b88d70a6b
Changed rpush to rspush

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Various useful plugins for working with bzr.
4
4
"""
5
5
import bzrlib.commands
6
 
import rpush
 
6
import rspush
7
7
from errors import CommandError
8
8
from patchsource import BzrPatchSource
9
9
from shelf import Shelf
380
380
 
381
381
 
382
382
import bzrlib.builtins
383
 
commands.append(rpush.cmd_rpush)
 
383
commands.append(rspush.cmd_rspush)
384
384
 
385
385
from errors import NoPyBaz
386
386
try: