##// END OF EJS Templates
add missing warnings import
MinRK -
Show More
@@ -26,6 +26,7 b' Authors:'
26 26 # Stdlib imports
27 27 import abc
28 28 import sys
29 import warnings
29 30 # We must use StringIO, as cStringIO doesn't handle unicode properly.
30 31 from StringIO import StringIO
31 32
General Comments 0
You need to be logged in to leave comments. Login now