# HG changeset patch # User Sylvain Thénault # Date 1275374075 -7200 # Node ID 55366f5b7a9fac5389662541f97d952ceb081b5c # Parent 180229f07c12af63622ddb545c06f81c91b93e3e cleanups diff -r 180229f07c12 -r 55366f5b7a9f mttransforms.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 . -"""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 diff -r 180229f07c12 -r 55366f5b7a9f web/views/iprogress.py --- 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