projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cc8d12
)
Remove unused codecs import.
author
Zac Medico
<zmedico@gentoo.org>
Mon, 11 Jul 2011 00:12:49 +0000
(17:12 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 11 Jul 2011 00:12:49 +0000
(17:12 -0700)
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 47e2e48e6c87b7d54caa05b843ac8b007f1806fd..38da8a0b23b66212be26105b4d0c47ec0b164ffd 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-10,7
+10,6
@@
VERSION="HEAD"
try:
import sys
- import codecs
import errno
if not hasattr(errno, 'ESTALE'):
# ESTALE may not be defined on some systems, such as interix.