From 206fee2e70711226e9befd9de603eb8e65d5b107 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Thu, 9 Oct 2008 17:06:56 -1000 Subject: [PATCH] Make _writeYumConf() take the self argument. --- src/pylorax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pylorax/__init__.py b/src/pylorax/__init__.py index bb05e56a..6f3f4b3e 100644 --- a/src/pylorax/__init__.py +++ b/src/pylorax/__init__.py @@ -199,7 +199,7 @@ class Lorax: return buildinstdir, treedir, cachedir - def _writeYumConf(): + def _writeYumConf(self): """_writeYumConf() Generate a temporary yum.conf file for image generation. Returns the path