server/test/unittest_schemaserial.py
changeset 10213 e53cc2182cf8
parent 9990 c84ad981fc4a
child 10553 1d824df4f2bd
equal deleted inserted replaced
10212:dccce2be3101 10213:e53cc2182cf8
    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 schema rql (de)serialization"""
    18 """unit tests for schema rql (de)serialization"""
    19 
       
    20 import sys
       
    21 from cStringIO import StringIO
       
    22 
    19 
    23 from logilab.common.testlib import TestCase, unittest_main
    20 from logilab.common.testlib import TestCase, unittest_main
    24 
    21 
    25 from cubicweb import Binary
    22 from cubicweb import Binary
    26 from cubicweb.schema import CubicWebSchemaLoader
    23 from cubicweb.schema import CubicWebSchemaLoader