mttransforms.py
branchstable
changeset 5994 97c55baefa0c
parent 5611 55366f5b7a9f
child 7577 9892937d9041
equal deleted inserted replaced
5976:00b1b6b906cf 5994:97c55baefa0c
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """mime type transformation engine for cubicweb, based on mtconverter
    18 """mime type transformation engine for cubicweb, based on mtconverter"""
    19 
    19 
    20 """
       
    21 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    22 
    21 
    23 from logilab import mtconverter
    22 from logilab import mtconverter
    24 
    23 
    25 from logilab.mtconverter.engine import TransformEngine
    24 from logilab.mtconverter.engine import TransformEngine