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

pym/gentoolkit/glsa/__init__.py

index 4c8f28059e4e994e91fc7692b9c48170197f990c..bd9ec28e5418b6c9fbee99c463c320886007f64f 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]