~launchpad-pqm/launchpad/devel

1
2
3
4
5
6
#! /usr/bin/python
import bson
from pprint import pprint
import sys

pprint(bson.decode_all(file(sys.argv[1], 'rb').read()))