# HG changeset patch # User Sylvain Thénault # Date 1276254019 -7200 # Node ID d00d1fab42afec8607fc84d862becfd7f58850f1 # Parent 7b0765f22ad01ade2e81e4f5efa52c78bd0e4df4 cleanup diff -r 7b0765f22ad0 -r d00d1fab42af entity.py --- a/entity.py Fri Jun 11 13:00:02 2010 +0200 +++ b/entity.py Fri Jun 11 13:00:19 2010 +0200 @@ -15,9 +15,8 @@ # # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . -"""Base class for entity objects manipulated in clients +"""Base class for entity objects manipulated in clients""" -""" __docformat__ = "restructuredtext en" from warnings import warn diff -r 7b0765f22ad0 -r d00d1fab42af mail.py --- a/mail.py Fri Jun 11 13:00:02 2010 +0200 +++ b/mail.py Fri Jun 11 13:00:19 2010 +0200 @@ -15,9 +15,8 @@ # # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . -"""Common utilies to format / semd emails. +"""Common utilies to format / semd emails.""" -""" __docformat__ = "restructuredtext en" from base64 import b64encode, b64decode