diff options
author | JF Ding <jian-feng.ding@intel.com> | 2011-08-10 16:44:16 +0800 |
---|---|---|
committer | JF Ding <jian-feng.ding@intel.com> | 2011-08-10 16:44:16 +0800 |
commit | 414ed043782d760a7feadb85ac1e9af87ff50c05 (patch) | |
tree | 70484ccb3da2db32eeafafd3867008f94bd8080d /plugins/hook | |
parent | ab2a9535c9c02c11c44bf04dfac9beb18224512e (diff) | |
download | mic-414ed043782d760a7feadb85ac1e9af87ff50c05.tar.gz mic-414ed043782d760a7feadb85ac1e9af87ff50c05.tar.bz2 mic-414ed043782d760a7feadb85ac1e9af87ff50c05.zip |
code cleanup
Diffstat (limited to 'plugins/hook')
-rw-r--r-- | plugins/hook/empty_hook.py | 3 | ||||
-rw-r--r-- | plugins/hook/hook.py | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/plugins/hook/empty_hook.py b/plugins/hook/empty_hook.py new file mode 100644 index 0000000..397585d --- /dev/null +++ b/plugins/hook/empty_hook.py @@ -0,0 +1,3 @@ +#!/usr/bin/python + +# TODO: plugin base for hooks diff --git a/plugins/hook/hook.py b/plugins/hook/hook.py deleted file mode 100644 index e69de29..0000000 --- a/plugins/hook/hook.py +++ /dev/null |