~debian-bazaar/bzrtools/unstable

« back to all changes in this revision

Viewing changes to hunk_selector.py

  • Committer: Jelmer Vernooij
  • Date: 2011-08-29 17:00:45 UTC
  • mto: (659.19.23 bzrtools.dev)
  • mto: This revision was merged to the branch mainline in revision 725.
  • Revision ID: jelmer@samba.org-20110829170045-j1yns6q2e6jb236i
Remove unused imports and fix two imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import sys
2
2
 
3
3
from userinteractor import UserInteractor, UserOption
4
 
from errors import NoColor
 
4
from errors import NoColor, NoBzrtoolsColor
5
5
import copy
6
6
 
7
7
class HunkSelector: