From: Zac Medico Date: Tue, 2 Mar 2010 21:00:43 +0000 (-0000) Subject: Fix typo in import. (trunk r15459) X-Git-Tag: v2.1.8~55 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3085abf2c2feb1c779cab34445be607aa854a4e1;p=portage.git Fix typo in import. (trunk r15459) svn path=/main/branches/2.1.7/; revision=15668 --- diff --git a/pym/portage/package/ebuild/digestcheck.py b/pym/portage/package/ebuild/digestcheck.py index 993a573cc..65d249489 100644 --- a/pym/portage/package/ebuild/digestcheck.py +++ b/pym/portage/package/ebuild/digestcheck.py @@ -9,7 +9,7 @@ from portage.exception import DigestException, FileNotFound from portage.localization import _ from portage.manifest import Manifest from portage.output import EOutput -from portagel.util import writemsg +from portage.util import writemsg def digestcheck(myfiles, mysettings, strict=0, justmanifest=0): """