Verification problème decoration event dans classe

This commit is contained in:
Jonathan Grizou 2013-06-28 10:43:32 +02:00
parent 1fbc855b96
commit 112d6269d7

View File

@ -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):