~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to annotate.py

  • Committer: Aaron Bentley
  • Date: 2005-07-14 13:02:35 UTC
  • Revision ID: abentley@panoramicfeedback.com-20050714130235-2f50694d32def5cd
Fixed missing import

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
17
from bzrlib import Branch
18
18
from bzrlib.commands import Command
 
19
from bzrlib.errors import BzrCommandError
19
20
import os
20
21
import progress
21
22
import patches