From 34aebef780de9a0d3b015ff01e03b072b70344a4 Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Fri, 11 Nov 2005 20:36:21 +0000 Subject: [PATCH] Fix imports for helpers.py Bug 103292 svn path=/; revision=254 --- trunk/src/gentoolkit/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/gentoolkit/helpers.py b/trunk/src/gentoolkit/helpers.py index 12ab96f..a1071e7 100644 --- a/trunk/src/gentoolkit/helpers.py +++ b/trunk/src/gentoolkit/helpers.py @@ -9,7 +9,7 @@ import portage from gentoolkit import * -from gentoolkit.package import * +from package import * from portage_util import unique_array def find_packages(search_key, masked=False): -- 2.26.2