summaryrefslogtreecommitdiff
path: root/tests/test_tidy.py
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2015-08-21 21:06:36 +0200
committerAndrew Shadura <andrewsh@debian.org>2015-08-21 21:51:11 +0200
commitfef9b4532a1a6a03aab82711f52ebde3f2d131d7 (patch)
treea2dc839d368388f8b6eda5cc0af76fb4031f9061 /tests/test_tidy.py
parent5a73ce28856b1663d5afeb252df053e644e54c94 (diff)
Add Python 3 support.debian/0.4-2.2
Diffstat (limited to 'tests/test_tidy.py')
-rw-r--r--tests/test_tidy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_tidy.py b/tests/test_tidy.py
index 7304747..26b6cde 100644
--- a/tests/test_tidy.py
+++ b/tests/test_tidy.py
@@ -1,6 +1,6 @@
import unittest
from textwrap import dedent
-from StringIO import StringIO
+from six import StringIO
from iniparse import tidy,INIConfig
from iniparse.ini import EmptyLine