From a4bb8be73a6e150951ddb0f4c20fdbfe649be894 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 21 Sep 2007 12:07:20 -0400 Subject: use the right module --- modules/reboot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/reboot.py b/modules/reboot.py index 1d1dc13..c2f39ba 100755 --- a/modules/reboot.py +++ b/modules/reboot.py @@ -13,7 +13,7 @@ from modules import func_module import subprocess -class Reboot(web_svc.WebSvc): +class Reboot(func_module.FuncModule): def __init__(self): self.methods = { -- cgit