From 27d0a9808f04e9b144f385bcac6fbd4587ba3231 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 21 Aug 2007 22:11:08 -0400 Subject: [PATCH] Fix a tab/space issue --- pypungi/gather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypungi/gather.py b/pypungi/gather.py index 37076e9f..f44b5c09 100755 --- a/pypungi/gather.py +++ b/pypungi/gather.py @@ -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')