Move macros into the wiki
[geekigeeki.git] / macros / HttpPost.py
diff --git a/macros/HttpPost.py b/macros/HttpPost.py
deleted file mode 100644 (file)
index bf2ed01..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-def _macro_HttpPost(*args, **kvargs):
-    if args[1] in form:
-        return form[argv[1]].value
-    elif len(args) > 2:
-        return args[2] # default value
-    raise Exception("Undefined argument " + args[1])