comparison tests/test-doctest.py @ 10413:e433002acb05

fix up a bunch of check-code warnings
author Matt Mackall <mpm@selenic.com>
date Tue, 09 Feb 2010 14:12:22 -0600
parents 67ba74938b15
children 3201ff1459dd
comparison
equal deleted inserted replaced
10412:5326800d6937 10413:e433002acb05
1 # this is hack to make sure no escape characters are inserted into the output 1 # this is hack to make sure no escape characters are inserted into the output
2 import os; 2 import os
3 if 'TERM' in os.environ: 3 if 'TERM' in os.environ:
4 del os.environ['TERM'] 4 del os.environ['TERM']
5 import doctest 5 import doctest
6 6
7 import mercurial.changelog 7 import mercurial.changelog