comparison scripts/import_cldr.py @ 526:97e99dbc63f8

Get rid of the utility set here as well.
author jruigrok
date Sat, 05 Mar 2011 15:05:28 +0000
parents 0228ac359f84
children ea9031b12bf5
comparison
equal deleted inserted replaced
525:eef19ada4296 526:97e99dbc63f8
27 sys.path.insert(0, os.path.join(os.path.dirname(sys.argv[0]), '..')) 27 sys.path.insert(0, os.path.join(os.path.dirname(sys.argv[0]), '..'))
28 28
29 from babel import dates, numbers 29 from babel import dates, numbers
30 from babel.plural import PluralRule 30 from babel.plural import PluralRule
31 from babel.localedata import Alias 31 from babel.localedata import Alias
32 from babel.util import set
33 32
34 weekdays = {'mon': 0, 'tue': 1, 'wed': 2, 'thu': 3, 'fri': 4, 'sat': 5, 33 weekdays = {'mon': 0, 'tue': 1, 'wed': 2, 'thu': 3, 'fri': 4, 'sat': 5,
35 'sun': 6} 34 'sun': 6}
36 35
37 try: 36 try:
Copyright (C) 2012-2017 Edgewall Software