summaryrefslogtreecommitdiff
path: root/third_party/waf/waflib/Tools/dbus.py
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2018-06-15 13:29:45 +0300
committerAndrew Bartlett <abartlet@samba.org>2018-09-05 06:37:25 +0200
commit3b7dfc51acc2dc0ea52cbf1733107f14405828e0 (patch)
tree4670553f1d364be1c5e459a08f86f1c5671c6f14 /third_party/waf/waflib/Tools/dbus.py
parent79c4ba26b0e75f632ba5a60fd2a4d5783630bd2a (diff)
downloadsamba-3b7dfc51acc2dc0ea52cbf1733107f14405828e0.tar.gz
third_party/waf: upgrade to waf 2.0.8
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'third_party/waf/waflib/Tools/dbus.py')
-rw-r--r--third_party/waf/waflib/Tools/dbus.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/third_party/waf/waflib/Tools/dbus.py b/third_party/waf/waflib/Tools/dbus.py
index 801ad1fa5c6..d520f1c0f2d 100644
--- a/third_party/waf/waflib/Tools/dbus.py
+++ b/third_party/waf/waflib/Tools/dbus.py
@@ -1,7 +1,3 @@
-#! /usr/bin/env python
-# encoding: utf-8
-# WARNING! Do not edit! https://waf.io/book/index.html#_obtaining_the_waf_file
-
#!/usr/bin/env python
# encoding: utf-8
# Ali Sabil, 2007
@@ -44,7 +40,7 @@ def add_dbus_file(self, filename, prefix, mode):
self.meths.append('process_dbus')
self.dbus_lst.append([filename, prefix, mode])
-@before_method('apply_core')
+@before_method('process_source')
def process_dbus(self):
"""
Processes the dbus files stored in the attribute *dbus_lst* to create :py:class:`waflib.Tools.dbus.dbus_binding_tool` instances.