]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
2.3 compat: fix another usage of set
authorPhilip Jenvey <pjenvey@underboss.org>
Thu, 9 Oct 2008 17:13:26 +0000 (17:13 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Thu, 9 Oct 2008 17:13:26 +0000 (17:13 +0000)
refs #146

scripts/import_cldr.py

index 05639d22e71dade6e3c46555d35132cd18a8a24a..7b5100b9c159d9f2e96c763ae5b4e35475d40026 100755 (executable)
@@ -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}