test/unittest_schema.py
changeset 8694 d901c36bcfce
parent 8549 0740ffe73df1
child 8945 ba9e3fbfa5a5
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.schema"""
    18 """unit tests for module cubicweb.schema"""
    19 
       
    20 from __future__ import with_statement
       
    21 
    19 
    22 import sys
    20 import sys
    23 from os.path import join, isabs, basename, dirname
    21 from os.path import join, isabs, basename, dirname
    24 
    22 
    25 from logilab.common.testlib import TestCase, unittest_main
    23 from logilab.common.testlib import TestCase, unittest_main