~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/features.py

  • Committer: Jelmer Vernooij
  • Date: 2012-08-02 10:38:21 UTC
  • mto: This revision was merged to the branch mainline in revision 6555.
  • Revision ID: jelmer@samba.org-20120802103821-pto2dgacjtmpzl1n
Move color feature into bzrlib.tests.features.

Show diffs side-by-side

added added

removed removed

Lines of Context:
497
497
class _ColorFeature(Feature):
498
498
 
499
499
    def _probe(self):
500
 
        from bzrlib._termcolor import allow_color
 
500
        from bzrlib.termcolor import allow_color
501
501
        return allow_color()
502
502
 
503
503
    def feature_name(self):