cubicweb/schema.py
changeset 11767 432f87a63057
parent 11765 9cb215e833b0
child 11775 39cf9e55ada8
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 """classes to define schemas for CubicWeb"""
    18 """classes to define schemas for CubicWeb"""
       
    19 
    19 from __future__ import print_function
    20 from __future__ import print_function
    20 
       
    21 __docformat__ = "restructuredtext en"
       
    22 
    21 
    23 import re
    22 import re
    24 from os.path import join, basename
    23 from os.path import join, basename
    25 from hashlib import md5
    24 from hashlib import md5
    26 from logging import getLogger
    25 from logging import getLogger