Verification problème decoration event dans classe
This commit is contained in:
parent
1fbc855b96
commit
112d6269d7
@ -38,6 +38,10 @@ class TexnotePlugin(PapersPlugin):
|
||||
def toto(self):
|
||||
print "toto"
|
||||
|
||||
@RemoveEvent.listen()
|
||||
def testEvent(self, rmevent):
|
||||
print "testEvent"
|
||||
|
||||
|
||||
@RemoveEvent.listen()
|
||||
def remove(rmevent):
|
||||
|
Loading…
x
Reference in New Issue
Block a user