From 0556acbe5ed39c36d38b99dd3ae455691964a1e1 Mon Sep 17 00:00:00 2001 From: Steve 'Ashcrow' Milner Date: Wed, 16 Jan 2008 10:23:29 -0500 Subject: added in the desc/version/api items in the modules. --- func/minion/modules/virt.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'func/minion/modules/virt.py') diff --git a/func/minion/modules/virt.py b/func/minion/modules/virt.py index 3671172..0da9726 100644 --- a/func/minion/modules/virt.py +++ b/func/minion/modules/virt.py @@ -38,6 +38,10 @@ VIRT_STATE_NAME_MAP = { class FuncLibvirtConnection(object): + version = "0.0.1" + api_version = "0.0.1" + description = "Virtualization items through func." + def __init__(self): cmd = sub_process.Popen("uname -r", shell=True, stdout=sub_process.PIPE) -- cgit