summaryrefslogtreecommitdiff
path: root/geneticone/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--geneticone/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/geneticone/__init__.py b/geneticone/__init__.py
index f07bc68..2478ddf 100644
--- a/geneticone/__init__.py
+++ b/geneticone/__init__.py
@@ -26,6 +26,7 @@ porttree = gentoolkit.porttree
vartree = gentoolkit.vartree
# import our packages
-from debug import *
+from helper import *
+from exceptions import *
from portage_helper import *
from package import *
/tr> 2010-05-22Update gtk-version in glade filesRené 'Necoro' Neumann8-8/+8 2010-05-22Fix the link buttonsRené 'Necoro' Neumann1-1/+1 2010-05-20Handle missing eix-cache file more gracefullyRené 'Necoro' Neumann1-0/+7 2010-05-20More declarative handling of the database typesRené 'Necoro' Neumann3-46/+59 2010-05-11Fix release script pathesv0.14René 'Necoro' Neumann1-1/+2 2010-05-11Add '--plugin-dir' optionRené 'Necoro' Neumann1-1/+9 2010-05-11Add a README message to the releaseRené 'Necoro' Neumann1-1/+14