~ubuntu-branches/ubuntu/trusty/python-babel/trusty

« back to all changes in this revision

Viewing changes to scripts/dump_global.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-10-28 10:11:31 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20131028101131-zwbmm8sc29iemmlr
Tags: 1.3-2ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/rules: Run the testsuite during builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
# -*- coding: utf-8 -*-
3
3
#
4
 
# Copyright (C) 2007 Edgewall Software
 
4
# Copyright (C) 2007-2011 Edgewall Software
5
5
# All rights reserved.
6
6
#
7
7
# This software is licensed as described in the file COPYING, which
12
12
# individuals. For the exact contribution history, see the revision
13
13
# history and logs, available at http://babel.edgewall.org/log/.
14
14
 
 
15
import cPickle as pickle
15
16
import os
16
 
import pickle
17
17
from pprint import pprint
18
18
import sys
19
19