changeset 417:17515f1efee0

2.3 compat: fix another usage of set refs #146
author pjenvey
date Thu, 09 Oct 2008 17:13:26 +0000
parents f03cc3bed4e1
children 36beb7f9b692
files scripts/import_cldr.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/import_cldr.py
+++ b/scripts/import_cldr.py
@@ -29,6 +29,7 @@
 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}
Copyright (C) 2012-2017 Edgewall Software