Mercurial > p > roundup > code
view tools/base64 @ 4677:3cf77c30697e
issue2550783 describe the change in devel template/schema.py
in Changes.txt that I forgot originally.
| author | rouilj |
|---|---|
| date | Sun, 25 Nov 2012 18:07:58 -0500 |
| parents | 740102dfad1d |
| children | c75defc1c2f0 |
line wrap: on
line source
#!/usr/bin/env python import zlib, base64, sys print base64.encodestring(zlib.compress(sys.stdin.read()))
