diff options
author | necoro <> | 2006-10-08 17:26:27 +0000 |
---|---|---|
committer | necoro <> | 2006-10-08 17:26:27 +0000 |
commit | f27145ec49c6f1cdd13db2f3bf389164f10ac828 (patch) | |
tree | 46368b0191a98a7406ea860972f25114955e465f /geneticone/backend/__init__.py | |
parent | 1e9ddc03e5667e5a9297508f7bec8b7f3ea46dc9 (diff) | |
download | portato-f27145ec49c6f1cdd13db2f3bf389164f10ac828.tar.gz portato-f27145ec49c6f1cdd13db2f3bf389164f10ac828.tar.bz2 portato-f27145ec49c6f1cdd13db2f3bf389164f10ac828.zip |
Made the testing stuff working too ... I hope ^^ ... removed obsolete-dir
Diffstat (limited to '')
-rw-r--r-- | geneticone/backend/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/geneticone/backend/__init__.py b/geneticone/backend/__init__.py index 16c3a2e..5238765 100644 --- a/geneticone/backend/__init__.py +++ b/geneticone/backend/__init__.py @@ -20,6 +20,7 @@ import portage # this is set to "var/lib/portage/world" by default - so we add the leading / portage.WORLD_FILE = "/"+portage.WORLD_FILE +portage.settings = None # portage tree vars porttree = gentoolkit.porttree |