File: single.py

package info (click to toggle)
errbot 6.1.7%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 3,712 kB
  • sloc: python: 13,831; makefile: 164; sh: 97
file content (7 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
from errbot import BotPlugin, botcmd


class Single(BotPlugin):
    @botcmd
    def depfunc(self, msg, args):
        return self.get_plugin("Parent1").shared_function()