Merge branch 'texnote' into feat/fs
This commit is contained in:
commit
193d815ca6
@ -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