Make _writeYumConf() take the self argument.

This commit is contained in:
David Cantrell 2008-10-09 17:06:56 -10:00
parent acbe7037d6
commit 206fee2e70
1 changed files with 1 additions and 1 deletions

View File

@ -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