summaryrefslogtreecommitdiff
path: root/attoconf/tests/test_help.py
diff options
context:
space:
mode:
Diffstat (limited to 'attoconf/tests/test_help.py')
-rw-r--r--attoconf/tests/test_help.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/attoconf/tests/test_help.py b/attoconf/tests/test_help.py
index ea42c28..60a9e49 100644
--- a/attoconf/tests/test_help.py
+++ b/attoconf/tests/test_help.py
@@ -15,13 +15,13 @@
# You should have received a copy of the GNU General Public License
# along with attoconf. If not, see <http://www.gnu.org/licenses/>.
-from __future__ import print_function, division, absolute_import
+
import unittest
from attoconf.help import Help, HelpSection, put_line_in_width
-from cStringIO import StringIO
+from io import StringIO
class TestHelpSection(unittest.TestCase):
def test_basic(self):