~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to heads.py

  • Committer: Aaron Bentley
  • Date: 2011-09-25 01:18:55 UTC
  • mfrom: (776.2.1 unused-imports)
  • Revision ID: aaron@aaronbentley.com-20110925011855-3dil4ijgluvzq7q5
Remove unused imports, fix the importing of two error classes. (jelmer)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
"""Show all 'heads' in a repository"""
19
19
 
20
20
 
21
 
import os
22
21
import time
23
22
 
24
23
import bzrlib
25
 
from bzrlib.commands import Command, display_command, register_command
 
24
from bzrlib.commands import Command, display_command
26
25
from bzrlib import errors
27
26
from bzrlib.option import Option
28
27
from bzrlib.urlutils import unescape_for_display