projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
318dc27
)
Import portage.StringIO for ImportError handling. (trunk r15326)
author
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 20:08:56 +0000
(20:08 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 20:08:56 +0000
(20:08 -0000)
svn path=/main/branches/2.1.7/; revision=15559
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 45f22d632634f2cbbc92ba4a7e0f6583bc7d86c3..c6f782af3977fee289e960692e5d2e33958681fc 100755
(executable)
--- 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