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/decorators.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python/decorators.py') diff --git a/python/decorators.py b/python/decorators.py index 2deec6d0..b94babc4 100644 --- a/python/decorators.py +++ b/python/decorators.py @@ -1,7 +1,6 @@ import _util import inspect import dbus_bindings -import new def method(dbus_interface): _util._validate_interface_or_name(dbus_interface) -- cgit