##// END OF EJS Templates
Add sys import
Thomas Kluyver -
Show More
@@ -16,6 +16,7 b' from __future__ import print_function'
16 # Stdlib imports
16 # Stdlib imports
17 import os
17 import os
18 import re
18 import re
19 import sys
19
20
20 # Third-party imports
21 # Third-party imports
21 import nose.tools as nt
22 import nose.tools as nt
General Comments 0
You need to be logged in to leave comments. Login now