public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r15559 - main/branches/2.1.7/bin
@ 2010-03-02 20:08 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2010-03-02 20:08 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2010-03-02 20:08:56 +0000 (Tue, 02 Mar 2010)
New Revision: 15559

Modified:
   main/branches/2.1.7/bin/repoman
Log:
Import portage.StringIO for ImportError handling. (trunk r15326)

Modified: main/branches/2.1.7/bin/repoman
===================================================================
--- main/branches/2.1.7/bin/repoman	2010-03-02 20:08:44 UTC (rev 15558)
+++ main/branches/2.1.7/bin/repoman	2010-03-02 20:08:56 UTC (rev 15559)
@@ -32,7 +32,6 @@
 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 @@
 from portage import os
 from portage import _encodings
 from portage import _unicode_encode
+from portage import StringIO
 
 try:
 	from repoman.checks import run_checks




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-02 20:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 20:08 [gentoo-commits] portage r15559 - main/branches/2.1.7/bin Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox