Imported Upstream version 1.1.2
[platform/upstream/python-nose.git] / functional_tests / support / ep / someplugin.py
1 from nose.plugins import Plugin
2
3 class SomePlugin(Plugin):
4     pass