summaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2005-11-11 20:36:21 +0000
committerfuzzyray <fuzzyray@gentoo.org>2005-11-11 20:36:21 +0000
commit34aebef780de9a0d3b015ff01e03b072b70344a4 (patch)
tree97716f805816bc42f5529506f9c8beafdbad69bb /trunk
parent1433cbab0ce2788580086eefc5c3b97384ea4ec7 (diff)
downloadgentoolkit-34aebef780de9a0d3b015ff01e03b072b70344a4.tar.gz
Fix imports for helpers.py Bug 103292
svn path=/; revision=254
Diffstat (limited to 'trunk')
-rw-r--r--trunk/src/gentoolkit/helpers.py2
1 files changed, 1 insertions, 1 deletions
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):