diff 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
line wrap: on
line diff
--- a/tests/test-doctest.py	Tue Feb 09 13:53:24 2010 -0600
+++ b/tests/test-doctest.py	Tue Feb 09 14:12:22 2010 -0600
@@ -1,5 +1,5 @@
 # this is hack to make sure no escape characters are inserted into the output
-import os;
+import os
 if 'TERM' in os.environ:
     del os.environ['TERM']
 import doctest