embedded/README
branchstable
changeset 4688 6ea3a3b21c6a
parent 4687 082e66184f71
child 4689 4eb1f4490538
equal deleted inserted replaced
4687:082e66184f71 4688:6ea3a3b21c6a
     1 This directory contains extra libraries which are needed
       
     2 to make cubicweb work.
       
     3 
       
     4 The mx.DateTime python implementation is directly taken from
       
     5 the mx.DateTime distribution. The only modification is the
       
     6 strptime function which has been mocked using the standard
       
     7 ``datetime`` module. (as provided by the python2.5's stdlib)