comparison bin/effecteval @ 1975:f66dbe512025

reformat Ignore-this: c968c4cd1b9a580c7b0fedc00df8a80
author drewp@bigasterisk.com
date Sat, 08 Jun 2019 07:45:25 +0000
parents a745bee5c419
children 9aa046cc9b33
comparison
equal deleted inserted replaced
1974:9a81855ec766 1975:f66dbe512025
20 20
21 from cycloneerr import PrettyErrorHandler 21 from cycloneerr import PrettyErrorHandler
22 from light9.coffee import StaticCoffee 22 from light9.coffee import StaticCoffee
23 23
24 gatherProcessStats() 24 gatherProcessStats()
25
25 26
26 class EffectEdit(PrettyErrorHandler, cyclone.web.RequestHandler): 27 class EffectEdit(PrettyErrorHandler, cyclone.web.RequestHandler):
27 28
28 def get(self): 29 def get(self):
29 self.set_header('Content-Type', 'text/html') 30 self.set_header('Content-Type', 'text/html')