i18n.py
changeset 6366 1806148d6ce8
parent 6356 e89f71a41e20
child 7155 4bab50b02927
equal deleted inserted replaced
6333:e3994fcc21c3 6366:1806148d6ce8
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # details.
    14 # details.
    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 """Some i18n/gettext utilities.
    18 """Some i18n/gettext utilities."""
    19 
    19 
    20 """
       
    21 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    22 
    21 
    23 import re
    22 import re
    24 import os
    23 import os
    25 from os.path import join, basename, splitext, exists
    24 from os.path import join, basename, splitext, exists