comparison scripts/dump_data.py @ 572:0d1ca91fc0d5 trunk

Remove unused import.
author jruigrok
date Tue, 15 Nov 2011 15:53:51 +0000
parents ca203b2af83c
children
comparison
equal deleted inserted replaced
571:301c0616913d 572:0d1ca91fc0d5
12 # individuals. For the exact contribution history, see the revision 12 # individuals. For the exact contribution history, see the revision
13 # history and logs, available at http://babel.edgewall.org/log/. 13 # history and logs, available at http://babel.edgewall.org/log/.
14 14
15 from optparse import OptionParser 15 from optparse import OptionParser
16 from pprint import pprint 16 from pprint import pprint
17 import sys
18 17
19 from babel.localedata import load, LocaleDataDict 18 from babel.localedata import load, LocaleDataDict
20 19
21 20
22 def main(): 21 def main():
Copyright (C) 2012-2017 Edgewall Software