File: oldhello_plugin.py

package info (click to toggle)
obnam 1.1-1.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,028 kB
  • sloc: python: 7,866; sh: 725; ansic: 163; makefile: 9
file content (9 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (5)
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