server/schemaserial.py
changeset 5896 67683b7e591a
parent 5558 afd1face1faf
child 5970 fb8acdab4e12
equal deleted inserted replaced
5895:6a3f776292a5 5896:67683b7e591a
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    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 
    20 """
       
    21 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    22 
    21 
    23 import os
    22 import os
    24 from itertools import chain
    23 from itertools import chain
    25 
    24