rename all micng to mic
[tools/mic.git] / mic / pluginbase / backend_plugin.py
1 #/usr/bin/python -t
2
3 class BackendPlugin(object):
4     plugin_type="backend"
5     def addRepository(self):
6         pass
7
8 #[a, b]: a is for bachend name, b is for bachend class
9 mic_plugin = ["", None]