diff -r be04706eacc9 -r 9aae456abab5 crypto.py --- a/crypto.py Tue Sep 27 16:04:30 2011 +0200 +++ b/crypto.py Wed Sep 28 09:27:42 2011 +0200 @@ -1,4 +1,4 @@ -# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved. # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This file is part of CubicWeb. @@ -15,9 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . -"""Simple cryptographic routines, based on python-crypto. - -""" +"""Simple cryptographic routines, based on python-crypto.""" __docformat__ = "restructuredtext en" from pickle import dumps, loads