diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2005-11-11 20:36:21 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2005-11-11 20:36:21 +0000 |
| commit | 34aebef780de9a0d3b015ff01e03b072b70344a4 (patch) | |
| tree | 97716f805816bc42f5529506f9c8beafdbad69bb /trunk/src | |
| parent | 1433cbab0ce2788580086eefc5c3b97384ea4ec7 (diff) | |
| download | gentoolkit-34aebef780de9a0d3b015ff01e03b072b70344a4.tar.gz | |
Fix imports for helpers.py Bug 103292
svn path=/; revision=254
Diffstat (limited to 'trunk/src')
| -rw-r--r-- | trunk/src/gentoolkit/helpers.py | 2 |
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): |
