summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2007-11-27 11:29:28 +0100
committerMartin Sivak <msivak@redhat.com>2007-11-27 11:29:28 +0100
commit35e52ed1692cd9b2eac56cadd9a79e4d127bdf5b (patch)
treeb8d605f51498bdab5ce1dc9696e48086803d7770 /plugins
parente6f545265c0fa048d50dd3ec95fbd17bb89a0133 (diff)
downloadfirstaidkit-35e52ed1692cd9b2eac56cadd9a79e4d127bdf5b.tar.gz
firstaidkit-35e52ed1692cd9b2eac56cadd9a79e4d127bdf5b.tar.xz
firstaidkit-35e52ed1692cd9b2eac56cadd9a79e4d127bdf5b.zip
Fixed some typos and improved the flow stuff and docs a little
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sample2Plugin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/sample2Plugin.py b/plugins/sample2Plugin.py
index f0c58cc..415d9ad 100644
--- a/plugins/sample2Plugin.py
+++ b/plugins/sample2Plugin.py
@@ -34,6 +34,7 @@ class Sample2Plugin(Plugin):
"extraStep" : {ReturnValueTrue: "clean", ReturnValueFalse: "clean"},
"clean" : {ReturnValueTrue: Plugin.final}
}
+ default_flow = "extra"
name = "Sample2Plugin"
version = "0.0.1"