projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de92876
)
Add patch from antarus: Run pychecker over everything, fix obvious things like module...
author
fuzzyray
<fuzzyray@gentoo.org>
Thu, 7 May 2009 21:58:13 +0000
(21:58 -0000)
committer
fuzzyray
<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
patch
|
blob
|
history
diff --git
a/pym/gentoolkit/glsa/__init__.py
b/pym/gentoolkit/glsa/__init__.py
index 4c8f28059e4e994e91fc7692b9c48170197f990c..bd9ec28e5418b6c9fbee99c463c320886007f64f 100644
(file)
--- a/
pym/gentoolkit/glsa/__init__.py
+++ b/
pym/gentoolkit/glsa/__init__.py
@@
-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]