server/session.py
changeset 8694 d901c36bcfce
parent 8669 62213a34726e
child 8760 17994bf95d6a
child 8839 49eb84b80b96
equal deleted inserted replaced
8693:a6ca96ec8693 8694:d901c36bcfce
    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 """Repository users' and internal' sessions."""
    18 """Repository users' and internal' sessions."""
    19 
       
    20 from __future__ import with_statement
       
    21 
       
    22 __docformat__ = "restructuredtext en"
    19 __docformat__ = "restructuredtext en"
    23 
    20 
    24 import sys
    21 import sys
    25 import threading
    22 import threading
    26 from time import time
    23 from time import time