From de689235e938f0060ecad6fa0ce1933b700f6e71 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Wed, 20 Jul 2005 14:15:08 +0000 Subject: * python/_dbus.py, _util.py, decorators.py, extract.py, matchrules.py. proxies.py, service.py: Cleanup of code after running it through the pyflakes code checker mostly dealing with undefined names. (Bug #3828, Patch from Anthony Baxter ) --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fd816675..0158c1a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-07-20 John (J5) Palmieir + + * python/_dbus.py, _util.py, decorators.py, extract.py, matchrules.py. + proxies.py, service.py: Cleanup of code after running it through the + pyflakes code checker mostly dealing with undefined names. + (Bug #3828, Patch from Anthony Baxter ) + 2005-07-17 John (J5) Palmieri * NEWS: Update to 0.35.2 -- cgit