Merge branch 'texnote' into feat/fs

This commit is contained in:
Fabien Benureau 2013-06-30 18:10:06 +01:00
commit 193d815ca6

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