summaryrefslogtreecommitdiff
path: root/trunk/test-plugins/oldhello_plugin.py
blob: 47b3b674d75c43139debb63f80e67153b6a4dffe (plain)
1
2
3
4
5
6
7
8
9
import pluginmgr

class Hello(pluginmgr.Plugin):

    def __init__(self, foo, bar=None):
        self.foo = foo
        self.bar = bar