From: Zac Medico Date: Sun, 7 Feb 2010 19:55:02 +0000 (-0000) Subject: Import portage.StringIO for ImportError handling. X-Git-Tag: v2.2_rc63~72 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d4c3e1144e8cfc4b4e80a8573f1dcb5e5c6ed39e;p=portage.git Import portage.StringIO for ImportError handling. svn path=/main/trunk/; revision=15326 --- diff --git a/bin/repoman b/bin/repoman index 6ec364bbb..0253511ac 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