summaryrefslogtreecommitdiff
path: root/tests/pluginmgr_fixtures/imager/fs_test.py
blob: ced1ce2ebb0e473e25e70a9c1691a74011707f84 (plain)
1
2
3
4
5
6
#!/usr/bin/python -tt

from mic.pluginbase import ImagerPlugin
class FsPlugin(ImagerPlugin):
    name = 'fstest'