Mercurial > p > roundup > code
diff roundup/backends/sessions.py @ 1789:8c05f8a93a36
Normalize multiline strings for emacs.
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Fri, 05 Sep 2003 21:05:18 +0000 |
| parents | bee5f62ea214 |
| children | fc52d57c6c3e |
line wrap: on
line diff
--- a/roundup/backends/sessions.py Fri Sep 05 20:56:39 2003 +0000 +++ b/roundup/backends/sessions.py Fri Sep 05 21:05:18 2003 +0000 @@ -1,12 +1,12 @@ -#$Id: sessions.py,v 1.5 2003-06-24 06:47:44 anthonybaxter Exp $ -''' +#$Id: sessions.py,v 1.6 2003-09-05 21:05:18 jlgijsbers Exp $ +""" This module defines a very basic store that's used by the CGI interface to store session and one-time-key information. Yes, it's called "sessions" - because originally it only defined a session class. It's now also used for One Time Key handling too. -''' +""" import anydbm, whichdb, os, marshal
