summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Norwood <rnorwood@solitude.devel.redhat.com>2007-09-21 12:09:58 -0400
committerRobin Norwood <rnorwood@solitude.devel.redhat.com>2007-09-21 12:09:58 -0400
commite80aaa947df4c524b2386caeaf4a8c4090ae74cf (patch)
tree78abfaea6e1f2869297f1c95ca77088d5f79bdd7
parent15744d6ff91a583fabb7554bed16bc249bc38c32 (diff)
parenta4bb8be73a6e150951ddb0f4c20fdbfe649be894 (diff)
downloadthird_party-func-e80aaa947df4c524b2386caeaf4a8c4090ae74cf.tar.gz
third_party-func-e80aaa947df4c524b2386caeaf4a8c4090ae74cf.tar.xz
third_party-func-e80aaa947df4c524b2386caeaf4a8c4090ae74cf.zip
Merge branch 'master' of git://git.fedoraproject.org/git/hosted/func
-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 = {