Browse Source

Fix #100

pull/102/merge
Florian Mounier 11 years ago
parent
commit
8ba23bb214
  1. 4
      pygal/i18n.py

4
pygal/i18n.py

@ -203,5 +203,5 @@ SUPRANATIONAL = {'europe': EUROPE, 'oecd': OECD, 'nafta': NAFTA, 'eur': EUR}
def set_countries(countries): def set_countries(countries):
global COUNTRIES COUNTRIES.clear()
COUNTRIES = countries COUNTRIES.update(countries)

Loading…
Cancel
Save