cubicweb/req.py
changeset 11767 432f87a63057
parent 11765 9cb215e833b0
child 11794 d8830e2bd2e0
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 """Base class for request/session"""
    18 """Base class for request/session"""
    19 
       
    20 __docformat__ = "restructuredtext en"
       
    21 
    19 
    22 from warnings import warn
    20 from warnings import warn
    23 from datetime import time, datetime, timedelta
    21 from datetime import time, datetime, timedelta
    24 
    22 
    25 from six import PY2, PY3, text_type
    23 from six import PY2, PY3, text_type