Changeset - f48f9dc2e6b5
[Not reviewed]
default
0 1 0
Tyler Durden (virii) - 10 years ago 2014-12-05 23:49:31
virii@c3l.lu
Korrekt PLZ fir DE
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/root/constants.py
Show inline comments
 
@@ -5,25 +5,25 @@ BPM_ADDRESSES = {
 
        'postal_code': 'EC1V 9AU',
 
        'city': 'London',
 
        'country': 'United Kingdom',
 
    },
 
    'united_states': {
 
        'address': '8345 NW 66 Street 2000',
 
        'postal_code': '33166-2626',
 
        'city': 'Miami',
 
        'country': 'United States of America',
 
    },
 
    'germany': {
 
        'address': 'Zum Bürgerwehr 28',
 
        'postal_code': 'D-5416',
 
        'postal_code': 'D-54516',
 
        'city': 'Wittlich',
 
        'country': 'Germany',
 
    },
 
    'belgium': {
 
        'address': '3, Rue des Deux Luxembourg',
 
        'postal_code': 'B-6791',
 
        'city': 'Athus',
 
        'country': 'Belgium',
 
    },
 
    'france': {
 
        'address': 'RN 18 Les Maragolles',
 
        'postal_code': 'F-54720',
0 comments (0 inline, 0 general)