changeset 511:4f39b6e38540 stable

Also fix import_cldr on Python 2.3
author fschwarz
date Fri, 04 Mar 2011 14:25:59 +0000
parents 4c473bedd528
children f29b2dadd9fc
files 0.9.x/scripts/import_cldr.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/0.9.x/scripts/import_cldr.py
+++ b/0.9.x/scripts/import_cldr.py
@@ -28,6 +28,7 @@
 
 from babel import dates, numbers
 from babel.localedata import Alias
+from babel.util import set
 
 weekdays = {'mon': 0, 'tue': 1, 'wed': 2, 'thu': 3, 'fri': 4, 'sat': 5,
             'sun': 6}
Copyright (C) 2012-2017 Edgewall Software