Changeset 920 for core/trunk/byCycle/model/regions.py
- Timestamp:
- 05/31/07 19:30:14 (5 years ago)
- Files:
-
- 1 modified
-
core/trunk/byCycle/model/regions.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
core/trunk/byCycle/model/regions.py
r879 r920 14 14 """Info on regions. 15 15 16 TODO: This should stored in the database. 16 TODO: This should stored in the database or derived from data that's already 17 in the DB. 17 18 18 19 """ … … 99 100 region_aliases.update(dict([(a, pittsburghpa) for a in aliases])) 100 101 102 aliases = (seattlewa, 'seattle') 103 region_aliases.update(dict([(a, seattlewa) for a in aliases])) 104 101 105 102 106 def getRegionKey(region):