web/views/__init__.py
changeset 6377 3bb415310d4f
parent 6276 cb4a48b2250e
child 7806 aa30c665bd06
equal deleted inserted replaced
6376:f8662240ed4d 6377:3bb415310d4f
    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 """Views, forms, actions... for the CubicWeb web client
    18 """Views, forms, actions... for the CubicWeb web client"""
    19 
    19 
    20 """
       
    21 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    22 
    21 
    23 import os
    22 import os
    24 import sys
    23 import sys
    25 import tempfile
    24 import tempfile