From c11a7d1f9deff51735340090eac845ecae9e9e7b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 2 Mar 2010 20:08:56 +0000 Subject: Import portage.StringIO for ImportError handling. (trunk r15326) svn path=/main/branches/2.1.7/; revision=15559 --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-1-g7c22