tests/test-doctest.py
changeset 48875 6000f5b25c9b
parent 48741 46d12f7762e4
child 49873 40060267df22
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     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 
     2 
     3 from __future__ import absolute_import
       
     4 from __future__ import print_function
       
     5 
     3 
     6 import doctest
     4 import doctest
     7 import os
     5 import os
     8 import re
     6 import re
     9 import subprocess
     7 import subprocess