goa/skel/main.py
changeset 1977 606923dff11b
parent 1802 d628defebc17
child 2172 cf8f9180e63e
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     1 """module defining the root handler for a lax application. You should not have
     1 """module defining the root handler for a lax application. You should not have
     2 to change anything here.
     2 to change anything here.
     3 
     3 
     4 :organization: Logilab
     4 :organization: Logilab
     5 :copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     5 :copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     7 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     7 """
     8 """
     8 __docformat__ = "restructuredtext en"
     9 __docformat__ = "restructuredtext en"
     9 
    10 
    10 # compute application's root directory
    11 # compute application's root directory
    11 from os.path import dirname, abspath
    12 from os.path import dirname, abspath