From: Arvin Schnell Date: Mon, 25 Nov 2013 11:19:50 +0000 (+0100) Subject: - removed unused variable X-Git-Tag: v0.1.8~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e592be252c598f5ba94968b1bc616c18db34d669;p=thirdparty%2Fsnapper.git - removed unused variable --- diff --git a/scripts/zypp-plugin.py b/scripts/zypp-plugin.py index 7c02ad70..a0ad8a30 100755 --- a/scripts/zypp-plugin.py +++ b/scripts/zypp-plugin.py @@ -30,7 +30,6 @@ class Config: def __init__(self): self.solvables = [] - self.loglevel = None self.load_file("/etc/snapper/zypp-plugin.conf")