summaryrefslogtreecommitdiffstats
path: root/modules/dirfactory.py
diff options
context:
space:
mode:
authorYaakov M. Nemoy <loupgaroublond@gmail.com>2009-01-05 02:16:29 -0500
committerYaakov M. Nemoy <loupgaroublond@gmail.com>2009-01-05 02:16:29 -0500
commit5cada39e063281f8f0be7a55f4ce2d30ae5432a9 (patch)
treed2305f987bea1f098fe861baa22ab33aad966e01 /modules/dirfactory.py
parent1dd83c963c26d34ebe37bf74f36e8b9eaaf3ddfe (diff)
downloadfedora-devshell-5cada39e063281f8f0be7a55f4ce2d30ae5432a9.tar.gz
fedora-devshell-5cada39e063281f8f0be7a55f4ce2d30ae5432a9.tar.xz
fedora-devshell-5cada39e063281f8f0be7a55f4ce2d30ae5432a9.zip
Turned build into a Directory revolving around something akin to ~/rpmbuild
It was bugging me that we had to do all this autodetection, so now we have the code to get that for free. It changes the API around a bit.
Diffstat (limited to 'modules/dirfactory.py')
-rw-r--r--modules/dirfactory.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/dirfactory.py b/modules/dirfactory.py
index 604067b..30d5e59 100644
--- a/modules/dirfactory.py
+++ b/modules/dirfactory.py
@@ -53,11 +53,8 @@ class DirFactory(Module):
else:
type = whatis_sysdir(dir)
new_cls = dirs[type]
- log.debug(new_cls)
foo = new_cls.__new__(new_cls, name)
foo.__init__(name)
- log.debug(foo)
- log.debug(foo.cfg)
return foo
def whatis_sysdir(dir):