# HG changeset patch # User jruigrok # Date 1299337528 0 # Node ID be64e4a380d0fcf4fd0e92924876616d4852ca4e # Parent 2baa2cedd6f921055c02e40dc5e93060be92fc26 Get rid of the utility set here as well. diff --git a/scripts/import_cldr.py b/scripts/import_cldr.py --- a/scripts/import_cldr.py +++ b/scripts/import_cldr.py @@ -29,7 +29,6 @@ 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}