From: jlgijsbers Date: Fri, 5 Sep 2003 21:05:18 +0000 (+0000) Subject: Normalize multiline strings for emacs. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a6d4f760a1f609ed04236375f4ba5bd8814db04d;p=roundup.git Normalize multiline strings for emacs. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1856 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/backends/sessions.py b/roundup/backends/sessions.py index 3dddb8d..99b4655 100644 --- a/roundup/backends/sessions.py +++ b/roundup/backends/sessions.py @@ -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