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