From 99448ad46a019e967badae438e2483079b44f215 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 29 Aug 2010 23:27:15 +0200 Subject: Remove unused imports found by pylint. --- pym/portage/checksum.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym/portage/checksum.py') diff --git a/pym/portage/checksum.py b/pym/portage/checksum.py index e460e7ac7..f640fd9f1 100644 --- a/pym/portage/checksum.py +++ b/pym/portage/checksum.py @@ -1,9 +1,9 @@ # checksum.py -- core Portage functionality -# Copyright 1998-2004 Gentoo Foundation +# Copyright 1998-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 import portage -from portage.const import PRIVATE_PATH,PRELINK_BINARY,HASHING_BLOCKSIZE +from portage.const import PRELINK_BINARY,HASHING_BLOCKSIZE from portage.localization import _ from portage import os from portage import _encodings -- cgit v1.2.3-1-g7c22