server/__init__.py
changeset 8694 d901c36bcfce
parent 8626 e2ba137b2bf9
child 8695 358d8bed9626
equal deleted inserted replaced
8693:a6ca96ec8693 8694:d901c36bcfce
    18 """Server subcube of cubicweb : defines objects used only on the server
    18 """Server subcube of cubicweb : defines objects used only on the server
    19 (repository) side
    19 (repository) side
    20 
    20 
    21 The server module contains functions to initialize a new repository.
    21 The server module contains functions to initialize a new repository.
    22 """
    22 """
    23 
       
    24 from __future__ import with_statement
       
    25 
    23 
    26 __docformat__ = "restructuredtext en"
    24 __docformat__ = "restructuredtext en"
    27 
    25 
    28 import sys
    26 import sys
    29 from os.path import join, exists
    27 from os.path import join, exists