src/ztfy/baseskin/__init__.py
changeset 0 747fc65e13e2
equal deleted inserted replaced
-1:000000000000 0:747fc65e13e2
       
     1 # Copyright (c) 2008-2012 Thierry Florac <tflorac AT ulthar.net>
       
     2 # All Rights Reserved.
       
     3 # This software is subject to the provisions of the Zope Public License,
       
     4 # Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
       
     5 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
       
     6 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
       
     7 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
       
     8 # FOR A PARTICULAR PURPOSE.
       
     9 
       
    10 
       
    11 from zope.i18nmessageid import MessageFactory
       
    12 _ = MessageFactory('ztfy.baseskin')