summaryrefslogtreecommitdiffstats
path: root/python/decorators.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/decorators.py')
-rw-r--r--python/decorators.py1
1 files changed, 0 insertions, 1 deletions
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)