~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/grep/grep.py

  • Committer: Jelmer Vernooij
  • Date: 2012-08-23 15:04:34 UTC
  • mto: This revision was merged to the branch mainline in revision 6555.
  • Revision ID: jelmer@samba.org-20120823150434-qq2olqvr4k07kpu4
Rename termcolor to _termcolor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
import re
25
25
from cStringIO import StringIO
26
26
 
27
 
from bzrlib.termcolor import color_string, re_color_string, FG
 
27
from bzrlib._termcolor import color_string, re_color_string, FG
28
28
 
29
29
from bzrlib.revisionspec import (
30
30
    RevisionSpec,