Moved in_ directory to its correct location under localflavor. I committed it in the wrong place in [5847]. Fixed #3986.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5856 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2007-08-12 01:19:54 +00:00
parent 20e3ae5222
commit e5fb29140b
4 changed files with 3 additions and 4 deletions

View File

@ -1 +0,0 @@
# __init__.py

View File

@ -35,6 +35,7 @@ STATE_CHOICES = (
'TR', 'Tripura',
'UA', 'Uttarakhand',
'WB', 'West Bengal',
# Union Territories
'AN', 'Andaman and Nicobar',
'CH', 'Chandigarh',
@ -79,6 +80,5 @@ STATES_NORMALIZED = {
'odisa': 'OR',
'or': 'OR',
'ar': 'AR',
}