cubicweb/web/propertysheet.py
changeset 11767 432f87a63057
parent 11461 f5a4e14d1dd2
child 11965 fb03a4113979
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    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 """property sheets allowing configuration of the web ui"""
    18 """property sheets allowing configuration of the web ui"""
    19 
    19 
    20 __docformat__ = "restructuredtext en"
    20 
    21 
    21 
    22 import re
    22 import re
    23 import os
    23 import os
    24 import os.path as osp
    24 import os.path as osp
    25 import tempfile
    25 import tempfile