##// END OF EJS Templates
ignore doctest import failure in genutils as well
vivainio2 -
Show More
@@ -22,7 +22,10 b' __license__ = Release.license'
22 22 # required modules from the Python standard library
23 23 import __main__
24 24 import commands
25 try:
25 26 import doctest
27 except ImportError:
28 pass
26 29 import os
27 30 import re
28 31 import shlex
General Comments 0
You need to be logged in to leave comments. Login now