Just a comment fix.
This commit is contained in:
parent
62c1568b4d
commit
aad48f4acb
1 changed files with 2 additions and 4 deletions
|
|
@ -19,8 +19,8 @@
|
||||||
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
TODO: Select a template engine for easy output creation. Mako preferred but need to
|
TODO: Select a template engine for easy output creation. Mako preferred but I need to take a look at
|
||||||
take a look at Jinja.
|
Jinja.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import cherrypy
|
import cherrypy
|
||||||
|
|
@ -61,8 +61,6 @@ class HTTPServer:
|
||||||
json.dumps(vars(self.__environment), sort_keys=True, indent=4) + \
|
json.dumps(vars(self.__environment), sort_keys=True, indent=4) + \
|
||||||
'</pre></body></html>'
|
'</pre></body></html>'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@cherrypy.expose
|
@cherrypy.expose
|
||||||
def playground(self):
|
def playground(self):
|
||||||
return 'My Playground!'
|
return 'My Playground!'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue