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