##// END OF EJS Templates
tests: fix test-check-module-imports.t broken by D9150...
Martin von Zweigbergk -
r46249:4a146cff stable
parent child Browse files
Show More
@@ -4,7 +4,7 b' from __future__ import absolute_import'
4 4 from __future__ import print_function
5 5
6 6 import doctest
7 import os.path
7 import os
8 8 import re
9 9 import subprocess
10 10 import sys
General Comments 0
You need to be logged in to leave comments. Login now