LinkageMapELF: remove unused imports v2.2.0_alpha32
authorZac Medico <zmedico@gentoo.org>
Sun, 8 May 2011 21:36:48 +0000 (14:36 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 8 May 2011 21:36:48 +0000 (14:36 -0700)
man/make.conf.5
pym/portage/util/_dyn_libs/LinkageMapELF.py
pym/portage/util/_dyn_libs/PreservedLibsRegistry.py

index 067f7065aff95532628be808d13f7ef10c023afc..b894cdd809500bc47d8c7808c3e6f9b83cd720a1 100644 (file)
@@ -1,4 +1,4 @@
-.TH "MAKE.CONF" "5" "Apr 2011" "Portage VERSION" "Portage"
+.TH "MAKE.CONF" "5" "May 2011" "Portage VERSION" "Portage"
 .SH "NAME"
 make.conf \- custom settings for Portage
 .SH "SYNOPSIS"
index 56e6e0c84cba3819837533b69d25d46f6873373a..fe86a7a896821c8f1738069b61985a8ac4b5ea09 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1998-2010 Gentoo Foundation
+# Copyright 1998-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 import errno
@@ -13,8 +13,6 @@ from portage import _unicode_encode
 from portage.cache.mappings import slot_dict_class
 from portage.exception import CommandNotFound
 from portage.localization import _
-from portage.locks import lockdir
-from portage.locks import unlockdir
 from portage.util import getlibpaths
 from portage.util import grabfile
 from portage.util import normalize_path
index 838cbaaeb29494ba65977165d11d0b77b7a082f2..602cf870aee20d4b41e3b8ee7ca04b66449a19c9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1998-2010 Gentoo Foundation
+# Copyright 1998-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 import errno