cubicweb/server/schemaserial.py
changeset 11767 432f87a63057
parent 11763 39df042f4ab4
child 11774 51c160677afe
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    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 """functions for schema / permissions (de)serialization using RQL"""
    18 """functions for schema / permissions (de)serialization using RQL"""
       
    19 
    19 from __future__ import print_function
    20 from __future__ import print_function
    20 
    21 
    21 __docformat__ = "restructuredtext en"
       
    22 
       
    23 import os
       
    24 import json
    22 import json
    25 import sys
    23 import sys
    26 import sqlite3
    24 import sqlite3
    27 
    25 
    28 from six import PY2, text_type, string_types
    26 from six import PY2, text_type, string_types