Mercurial > hg > env-test-daniele
view tests.py @ 0:032bc65ebafc
added core components
author | George Fazekas <gyorgy.fazekas@eecs.qmul.ac.uk> |
---|---|
date | Wed, 06 Mar 2013 15:45:48 +0000 |
parents | |
children |
line wrap: on
line source
from DirectorySession import DirectorySession import cherrypy def test(): cherrypy.session['x'] = [1,2,3] x = cherrypy.session['x'] print x test()