~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to annotate.py

  • Committer: aaron.bentley at utoronto
  • Date: 2005-08-26 00:15:55 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20050826001555-2a03b2cb3f579d1e
Import fixes from magnus@therning.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#    You should have received a copy of the GNU General Public License
15
15
#    along with this program; if not, write to the Free Software
16
16
#    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
 
from bzrlib import Branch
 
17
from bzrlib.branch import Branch
18
18
from bzrlib.commands import Command
19
19
from bzrlib.errors import BzrCommandError
20
20
import os