summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPhilip Jenvey <pjenvey@underboss.org>2008-10-09 17:13:26 +0000
committerPhilip Jenvey <pjenvey@underboss.org>2008-10-09 17:13:26 +0000
commitca01b9063fce0d17325e4a7572a475da6ddaeb4d (patch)
treea6c34a844fb53328c9397d359c3d7a97b600b266 /scripts
parent7bb1c2aa03207a5b8e4a7c883daa58221e1e43f0 (diff)
downloadbabel-ca01b9063fce0d17325e4a7572a475da6ddaeb4d.tar.gz
2.3 compat: fix another usage of set
refs #146
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/import_cldr.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/import_cldr.py b/scripts/import_cldr.py
index 05639d2..7b5100b 100755
--- a/scripts/import_cldr.py
+++ b/scripts/import_cldr.py
@@ -29,6 +29,7 @@ sys.path.insert(0, os.path.join(os.path.dirname(sys.argv[0]), '..'))
from babel import dates, numbers
from babel.plural import PluralRule
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}