Fix a tab/space issue

This commit is contained in:
Jesse Keating 2007-08-21 22:11:08 -04:00 committed by Jesse Keating
parent fa3f75b16d
commit 27d0a9808f
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class PungiYum(yum.YumBase):
class Gather(pypungi.PungiBase):
def __init__(self, config, pkglist):
pypungi.PungiBase.__init__(self, config)
pypungi.PungiBase.__init__(self, config)
# Set our own logging name space
self.logger = logging.getLogger('Pungi.Gather')