changeset 24:fe1bb4c667bc

stub post method
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 07 Jan 2011 18:30:46 -0800
parents a32a7055f3e6
children 785b075be979
files autobot/template.py
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/autobot/template.py	Fri Jan 07 18:19:04 2011 -0800
+++ b/autobot/template.py	Fri Jan 07 18:30:46 2011 -0800
@@ -74,6 +74,11 @@
     templates = ['template']
     vars = assemble(AutobotMasterTemplate, AutobotSlaveTemplate)
 
+    def post(self, variables):
+        # TODO: set output
+        AutobotMasterTemplate.post(self, variables)
+        AutobotMasterTemplate.slave(self, variables)
+
 # CLI front end functions
 # (console_script entry points)