From 6bf0fe6c4e134521c4f8762c796083f8eb6f4b5c Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 31 Mar 2011 08:35:20 +0000 Subject: [PATCH] [1.3.X] Fixed #15726 -- Fixed the name of a file of the Mexican Spanish translation added in r15433. Backport from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@15963 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/conf/locale/es_MX/{__init__py => __init__.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename django/conf/locale/es_MX/{__init__py => __init__.py} (100%) diff --git a/django/conf/locale/es_MX/__init__py b/django/conf/locale/es_MX/__init__.py similarity index 100% rename from django/conf/locale/es_MX/__init__py rename to django/conf/locale/es_MX/__init__.py