Show More
@@ -122,6 +122,7 b' be separated by whitespaces::' | |||||
122 | (options, args) = optparser.parse_args() |
|
122 | (options, args) = optparser.parse_args() | |
123 |
|
123 | |||
124 | if options.doctest: |
|
124 | if options.doctest: | |
|
125 | import os | |||
125 | if 'TERM' in os.environ: |
|
126 | if 'TERM' in os.environ: | |
126 | del os.environ['TERM'] |
|
127 | del os.environ['TERM'] | |
127 | import doctest |
|
128 | import doctest |
General Comments 0
You need to be logged in to leave comments.
Login now