summaryrefslogtreecommitdiff
path: root/portato/backend/__init__.py
diff options
context:
space:
mode:
authornecoro <>2006-11-29 21:40:52 +0000
committernecoro <>2006-11-29 21:40:52 +0000
commit27632a882e2577b6c2db74c80a8953b45534f9ed (patch)
treedeee480d821757b146f102c99f9f4d601fb4448b /portato/backend/__init__.py
parent65b5261924daedc85b7a3650b2883955ee6c3f44 (diff)
downloadportato-27632a882e2577b6c2db74c80a8953b45534f9ed.tar.gz
portato-27632a882e2577b6c2db74c80a8953b45534f9ed.tar.bz2
portato-27632a882e2577b6c2db74c80a8953b45534f9ed.zip
Added portage.db wherever it wants tree ... not the final solution, but it does work
Diffstat (limited to 'portato/backend/__init__.py')
-rw-r--r--portato/backend/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/portato/backend/__init__.py b/portato/backend/__init__.py
index 55cb10b..ef6811f 100644
--- a/portato/backend/__init__.py
+++ b/portato/backend/__init__.py
@@ -26,6 +26,7 @@ portage.settings = None # we use our own one ...
# portage tree vars
porttree = gentoolkit.porttree
vartree = gentoolkit.vartree
+trees = portage.db
# import our packages
from exceptions import *