summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Vidal <skvidal@fedoraproject.org>2007-09-21 12:07:20 -0400
committerSeth Vidal <skvidal@fedoraproject.org>2007-09-21 12:07:20 -0400
commita4bb8be73a6e150951ddb0f4c20fdbfe649be894 (patch)
tree42484046617cbcf1bf9bc94a651dda1319aa4e84
parent75677513dd6d1f79a0411fec942ad4968d86dd25 (diff)
downloadfunc-a4bb8be73a6e150951ddb0f4c20fdbfe649be894.tar.gz
func-a4bb8be73a6e150951ddb0f4c20fdbfe649be894.tar.xz
func-a4bb8be73a6e150951ddb0f4c20fdbfe649be894.zip
use the right module
-rwxr-xr-xmodules/reboot.py2
1 files changed, 1 insertions, 1 deletions
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 = {