From: Zac Medico Date: Mon, 11 Jul 2011 00:12:49 +0000 (-0700) Subject: Remove unused codecs import. X-Git-Tag: v2.2.0_alpha44~24 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=034203acbf22320256aef748d7b0f45e3477e125;p=portage.git Remove unused codecs import. --- diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 47e2e48e6..38da8a0b2 100644 --- 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.