Merge branch 'texnote' into feat/fs
This commit is contained in:
commit
193d815ca6
@ -38,6 +38,10 @@ class TexnotePlugin(PapersPlugin):
|
|||||||
def toto(self):
|
def toto(self):
|
||||||
print "toto"
|
print "toto"
|
||||||
|
|
||||||
|
@RemoveEvent.listen()
|
||||||
|
def testEvent(self, rmevent):
|
||||||
|
print "testEvent"
|
||||||
|
|
||||||
|
|
||||||
@RemoveEvent.listen()
|
@RemoveEvent.listen()
|
||||||
def remove(rmevent):
|
def remove(rmevent):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user