Make the plugin a module so it can coexist with other plugins
This commit is contained in:
parent
727448a577
commit
c67e6ebae4
7
__init__.py
Normal file
7
__init__.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
import linklist
|
||||||
|
|
||||||
|
class LinkListPlugin(linklist.LinkListPlugin):
|
||||||
|
pass
|
||||||
|
|
||||||
|
class LinkListCommand(linklist.LinkListCommand):
|
||||||
|
pass
|
Loading…
Reference in New Issue
Block a user