From 5cada39e063281f8f0be7a55f4ce2d30ae5432a9 Mon Sep 17 00:00:00 2001 From: "Yaakov M. Nemoy" Date: Mon, 5 Jan 2009 02:16:29 -0500 Subject: 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. --- modules/dirfactory.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/dirfactory.py') 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): -- cgit