[svn r63908] first step in only allowing keyword arguments to plugin calls
--HG-- branch : trunk
This commit is contained in:
1
py/test/dist/txnode.py
vendored
1
py/test/dist/txnode.py
vendored
@@ -22,6 +22,7 @@ class TXNode(object):
|
||||
self._down = False
|
||||
|
||||
def notify(self, eventname, *args, **kwargs):
|
||||
assert not args
|
||||
self.putevent((eventname, args, kwargs))
|
||||
|
||||
def callback(self, eventcall):
|
||||
|
||||
Reference in New Issue
Block a user