server/test/unittest_migractions.py
changeset 8694 d901c36bcfce
parent 8111 d1be698018d2
child 8696 0bb18407c053
equal deleted inserted replaced
8693:a6ca96ec8693 8694:d901c36bcfce
    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 """unit tests for module cubicweb.server.migractions"""
    18 """unit tests for module cubicweb.server.migractions"""
    19 
       
    20 from __future__ import with_statement
       
    21 
    19 
    22 from copy import deepcopy
    20 from copy import deepcopy
    23 from datetime import date
    21 from datetime import date
    24 from os.path import join
    22 from os.path import join
    25 
    23