cmlenz@10: #!/usr/bin/env python cmlenz@10: # -*- coding: utf-8 -*- cmlenz@10: # cmlenz@10: # Copyright (C) 2007 Edgewall Software cmlenz@10: # All rights reserved. cmlenz@10: # cmlenz@10: # This software is licensed as described in the file COPYING, which cmlenz@10: # you should have received as part of this distribution. The terms cmlenz@10: # are also available at http://babel.edgewall.org/wiki/License. cmlenz@10: # cmlenz@10: # This software consists of voluntary contributions made by many cmlenz@10: # individuals. For the exact contribution history, see the revision cmlenz@10: # history and logs, available at http://babel.edgewall.org/log/. cmlenz@10: cmlenz@10: from pprint import pprint cmlenz@10: import sys cmlenz@10: cmlenz@35: from babel.localedata import load cmlenz@35: cmlenz@35: pprint(load(sys.argv[1]))