cleanups
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 01 Jun 2010 08:34:35 +0200
changeset 5611 55366f5b7a9f
parent 5597 180229f07c12
child 5627 a7e40cccdc9b
cleanups
mttransforms.py
web/views/iprogress.py
--- a/mttransforms.py	Wed May 26 18:17:29 2010 +0200
+++ b/mttransforms.py	Tue Jun 01 08:34:35 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/>.
-"""mime type transformation engine for cubicweb, based on mtconverter
+"""mime type transformation engine for cubicweb, based on mtconverter"""
 
-"""
 __docformat__ = "restructuredtext en"
 
 from logilab import mtconverter
--- a/web/views/iprogress.py	Wed May 26 18:17:29 2010 +0200
+++ b/web/views/iprogress.py	Tue Jun 01 08:34:35 2010 +0200
@@ -106,7 +106,6 @@
 
 
 class IMileStoneAdapter(IProgressAdapter):
-    """represents an ITask's item"""
     __regid__ = 'IMileStone'
     __select__ = implements(IMileStone) # XXX for bw compat, should be abstract