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.
|
||||
|
||||
"""
|
||||
TODO: Select a template engine for easy output creation. Mako preferred but need to
|
||||
take a look at Jinja.
|
||||
TODO: Select a template engine for easy output creation. Mako preferred but I need to take a look at
|
||||
Jinja.
|
||||
"""
|
||||
|
||||
import cherrypy
|
||||
|
|
@ -61,8 +61,6 @@ class HTTPServer:
|
|||
json.dumps(vars(self.__environment), sort_keys=True, indent=4) + \
|
||||
'</pre></body></html>'
|
||||
|
||||
|
||||
|
||||
@cherrypy.expose
|
||||
def playground(self):
|
||||
return 'My Playground!'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue