web/__init__.py
changeset 5556 9ab2b4c74baf
parent 5424 8ecbcbff9777
child 5713 605f571198eb
equal deleted inserted replaced
5555:a64f48dd5fe4 5556:9ab2b4c74baf
    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 """CubicWeb web client core. You'll need a apache-modpython or twisted
    18 """CubicWeb web client core. You'll need a apache-modpython or twisted
    19 publisher to get a full CubicWeb web application
    19 publisher to get a full CubicWeb web application
       
    20 """
    20 
    21 
    21 
       
    22 """
       
    23 __docformat__ = "restructuredtext en"
    22 __docformat__ = "restructuredtext en"
    24 _ = unicode
    23 _ = unicode
    25 
    24 
    26 import sys
    25 import sys
    27 if sys.version_info < (2,6):
    26 if sys.version_info < (2,6):