From 8e2b82571f5767382252e1eb1ac47583e66804ae 2011-02-23 00:08:43 From: MinRK Date: 2011-02-23 00:08:43 Subject: [PATCH] reorder stdlib imports closes gh-280 --- diff --git a/IPython/core/formatters.py b/IPython/core/formatters.py index 6d94c26..1f59c3d 100644 --- a/IPython/core/formatters.py +++ b/IPython/core/formatters.py @@ -20,8 +20,8 @@ Authors: #----------------------------------------------------------------------------- # Stdlib imports -import sys import abc +import sys # We must use StringIO, as cStringIO doesn't handle unicode properly. from StringIO import StringIO