summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 45f22d632..c6f782af3 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -32,7 +32,6 @@ try:
except ImportError:
from urllib import urlopen as urllib_request_urlopen
-from io import StringIO
from itertools import chain
from stat import S_ISDIR, ST_CTIME
@@ -49,6 +48,7 @@ portage._disable_legacy_globals()
from portage import os
from portage import _encodings
from portage import _unicode_encode
+from portage import StringIO
try:
from repoman.checks import run_checks