X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fconfig.py;h=8eb45e20fa2e3f0e432efefd57aa649d3cf0c6d9;hb=362ea497d3c9ee5891fca772132269d809a0547a;hp=339604a1a60f275fda8c10954ecb3f1dde33792d;hpb=1617994b76d0cd90ce89a7e6d9f7bb886439f010;p=dak.git diff --git a/daklib/config.py b/daklib/config.py index 339604a1..8eb45e20 100755 --- a/daklib/config.py +++ b/daklib/config.py @@ -134,7 +134,6 @@ class Config(object): for field in [('db_revision', None, int), ('defaultsuitename', 'unstable', str), ('exportpath', '', str), - ('unprivgroup', None, str), ('use_extfiles', None, int) ]: setattr(self, 'get_%s' % field[0], lambda s=None, x=field[0], y=field[1], z=field[2]: self.get_db_value(x, y, z))