cleanup stable cubicweb-version-3.8.4
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 11 Jun 2010 13:00:19 +0200
branchstable
changeset 5733 d00d1fab42af
parent 5732 7b0765f22ad0
child 5734 b7883287f40c
cleanup
entity.py
mail.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 <http://www.gnu.org/licenses/>.
-"""Base class for entity objects manipulated in clients
+"""Base class for entity objects manipulated in clients"""
 
-"""
 __docformat__ = "restructuredtext en"
 
 from warnings import warn
--- 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 <http://www.gnu.org/licenses/>.
-"""Common utilies to format / semd emails.
+"""Common utilies to format / semd emails."""
 
-"""
 __docformat__ = "restructuredtext en"
 
 from base64 import b64encode, b64decode