etwist/twconfig.py
changeset 1977 606923dff11b
parent 1802 d628defebc17
child 2476 1294a6bdf3bf
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     6 * the "all-in-one" configuration to get a web application running in a twisted
     6 * the "all-in-one" configuration to get a web application running in a twisted
     7   web server integrating a repository server in the same process (only available
     7   web server integrating a repository server in the same process (only available
     8   if the repository part of the software is installed
     8   if the repository part of the software is installed
     9 
     9 
    10 :organization: Logilab
    10 :organization: Logilab
    11 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
    11 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    12 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    12 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
    13 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    13 """
    14 """
    14 __docformat__ = "restructuredtext en"
    15 __docformat__ = "restructuredtext en"
    15 
    16 
    16 from os.path import join
    17 from os.path import join
    17 
    18