diff options
author | necoro <> | 2006-09-29 18:33:00 +0000 |
---|---|---|
committer | necoro <> | 2006-09-29 18:33:00 +0000 |
commit | a5ec6050507baeed398179bff165a1fe012a7e5b (patch) | |
tree | 85d350560ef446e32f8b93f838306994f9b11fd7 /geneticone | |
parent | e64738a43a745e839324855ef7040380e99201ed (diff) | |
download | portato-a5ec6050507baeed398179bff165a1fe012a7e5b.tar.gz portato-a5ec6050507baeed398179bff165a1fe012a7e5b.tar.bz2 portato-a5ec6050507baeed398179bff165a1fe012a7e5b.zip |
Renamed helper.py to portage_helper.py
Diffstat (limited to '')
-rw-r--r-- | geneticone/__init__.py | 3 | ||||
-rw-r--r-- | geneticone/portage_helper.py (renamed from geneticone/helper.py) | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/geneticone/__init__.py b/geneticone/__init__.py index 14c3c22..f07bc68 100644 --- a/geneticone/__init__.py +++ b/geneticone/__init__.py @@ -26,5 +26,6 @@ porttree = gentoolkit.porttree vartree = gentoolkit.vartree # import our packages -from helper import * +from debug import * +from portage_helper import * from package import * diff --git a/geneticone/helper.py b/geneticone/portage_helper.py index 0130160..2d62dcf 100644 --- a/geneticone/helper.py +++ b/geneticone/portage_helper.py @@ -1,5 +1,5 @@ # -# File: geneticone/helper.py +# File: geneticone/portage_helper.py # This file is part of the Genetic/One-Project, a graphical portage-frontend. # # Copyright (C) 2006 Necoro d.M. |