Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
removed dummy administrative areas
Browse files Browse the repository at this point in the history
to work around #51
  • Loading branch information
das-g committed Apr 21, 2015
1 parent 206e033 commit 271c80e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions source/excerptexport/settings/administrative_areas.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
ADMINISTRATIVE_AREAS = {
'regions': {
'eu': 'Europe',
'af': 'Africa'
},
'countries': {
'ch': 'Switzerland',
'de': 'Germany',
'us': 'USA'
}
'regions': {},
'countries': {}
}

0 comments on commit 271c80e

Please sign in to comment.