/tmp/examples/dynamicweb/plugins/test.py
https://bitbucket.org/prologic/circuits/ · Python · 8 lines · 5 code · 3 blank · 0 comment · 0 complexity · eddf5e437b36f5794191b74dd692e7c9 MD5 · raw file
- from circuits.web import Controller
- class Test(Controller):
- channel = "/test"
- def index(self):
- return "This is /test!"