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 ) --- python/_dbus.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'python/_dbus.py') diff --git a/python/_dbus.py b/python/_dbus.py index 7bab5856..f0c7b069 100644 --- a/python/_dbus.py +++ b/python/_dbus.py @@ -48,9 +48,6 @@ from proxies import * from exceptions import * from matchrules import * -import re -import inspect - class Bus: """A connection to a DBus daemon. -- cgit