From 7018904c584526af4caa108199473269368da1e0 Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Thu, 7 May 2009 21:58:13 +0000 Subject: [PATCH] Add patch from antarus: Run pychecker over everything, fix obvious things like modules not in use, variables not being used, or global exceptions not being deleted. Also fix imports for style (1 per line) svn path=/trunk/gentoolkit/; revision=625 --- pym/gentoolkit/glsa/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pym/gentoolkit/glsa/__init__.py b/pym/gentoolkit/glsa/__init__.py index 4c8f280..bd9ec28 100644 --- a/pym/gentoolkit/glsa/__init__.py +++ b/pym/gentoolkit/glsa/__init__.py @@ -16,8 +16,6 @@ __author__ = "Marius Mauch " 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] -- 2.26.2