File: mock_plugin.py

package info (click to toggle)
software-center 5.1.2debian3.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,708 kB
  • sloc: python: 28,999; xml: 379; sh: 127; makefile: 28
file content (8 lines) | stat: -rw-r--r-- 166 bytes parent folder | download
1
2
3
4
5
6
7
8

import softwarecenter.plugin

class MockPlugin(softwarecenter.plugin.Plugin):
    """ mock plugin """

    def init_plugin(self):
            self.i_am_happy = True