summaryrefslogtreecommitdiffstats
path: root/pym/portage/checksum.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/checksum.py')
-rw-r--r--pym/portage/checksum.py4
1 files changed, 2 insertions, 2 deletions
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