summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-03-02 20:08:56 +0000
committerZac Medico <zmedico@gentoo.org>2010-03-02 20:08:56 +0000
commitc11a7d1f9deff51735340090eac845ecae9e9e7b (patch)
tree26cffccd21e5441690ea70b858fa984367420322 /bin
parent318dc27dad39012f2d525491eb1215c84aa22dc6 (diff)
downloadportage-c11a7d1f9deff51735340090eac845ecae9e9e7b.tar.gz
portage-c11a7d1f9deff51735340090eac845ecae9e9e7b.tar.bz2
portage-c11a7d1f9deff51735340090eac845ecae9e9e7b.zip
Import portage.StringIO for ImportError handling. (trunk r15326)
svn path=/main/branches/2.1.7/; revision=15559
Diffstat (limited to 'bin')
-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