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