* src/plugins/EventCmp.py: clean up imports and fix pylint error

0001496: in EventCmp.py: E:198:fix: Using variable 'l' before assignment

2008-01-07 Raphael Ackermann <raphael.ackermann@gmail.com


svn: r9743
This commit is contained in:
Raphael Ackermann
2008-01-07 17:19:17 +00:00
parent dd3b3311a3
commit cee58d48ab
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2008-01-07 Raphael Ackermann <raphael.ackermann@gmail.com
* src/plugins/EventCmp.py: clean up imports and fix pylint error
0001496: in EventCmp.py: E:198:fix: Using variable 'l' before assignment
2008-01-07 Raphael Ackermann <raphael.ackermann@gmail.com
* src/plugins/CmdRef.py: clean up unused and broken imports and vars
0001494: unresolved import WebPage in CmdRef.py