Add patch from antarus: Run pychecker over everything, fix obvious things like module...
authorfuzzyray <fuzzyray@gentoo.org>
Thu, 7 May 2009 21:46:45 +0000 (21:46 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Thu, 7 May 2009 21:46:45 +0000 (21:46 -0000)
svn path=/branches/gentoolkit-0.2.4/; revision=620

src/glsa-check/glsa.py

index dfd9acdac8a30a916282939d91b8cf7f9af14c0b..35748568aeae1d2563a618352dd852bc6f25d315 100644 (file)
@@ -16,8 +16,6 @@ __author__ = "Marius Mauch <genone@gentoo.org>"
 import os
 import sys
 import urllib
-import time
-import codecs
 import re
 import xml.dom.minidom
 
@@ -585,7 +583,6 @@ class Glsa:
                @rtype:         Boolean
                @returns:       True if the system is affected, False if not
                """
-               vList = []
                rValue = False
                for k in self.packages.keys():
                        pkg = self.packages[k]