Mercurial > hg > env-test-daniele
view tests.py @ 25:4a4bd554b4c1 tip
Closing this sub branch.
author | Daniele Barchiesi <daniele.barchiesi@eecs.qmul.ac.uk> |
---|---|
date | Mon, 25 Mar 2013 14:02:54 +0000 |
parents | 032bc65ebafc |
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()