# HG changeset patch # User jruigrok # Date 1299337528 0 # Node ID 97e99dbc63f8b7a139d20010dc8027206cf9db58 # Parent eef19ada429683f87a77db9bf2de5515644affbe 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}