cwconfig.py
changeset 1977 606923dff11b
parent 1948 887ed691c635
child 2220 64aace08ae2f
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 """common configuration utilities for cubicweb
     2 """common configuration utilities for cubicweb
     3 
     3 
     4 :organization: Logilab
     4 :organization: Logilab
     5 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     5 :copyright: 2001-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 
     7 
     8 .. envvar:: CW_CUBES_PATH
     8 .. envvar:: CW_CUBES_PATH
     9 
     9 
    10    Augments the default search path for cubes
    10    Augments the default search path for cubes
    11 
    11 
       
    12 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    12 """
    13 """
    13 __docformat__ = "restructuredtext en"
    14 __docformat__ = "restructuredtext en"
    14 _ = unicode
    15 _ = unicode
    15 
    16 
    16 import sys
    17 import sys