##// END OF EJS Templates
reorder stdlib imports...
MinRK -
Show More
@@ -20,8 +20,8 b' Authors:'
20 20 #-----------------------------------------------------------------------------
21 21
22 22 # Stdlib imports
23 import sys
24 23 import abc
24 import sys
25 25 # We must use StringIO, as cStringIO doesn't handle unicode properly.
26 26 from StringIO import StringIO
27 27
General Comments 0
You need to be logged in to leave comments. Login now