Mercurial > p > roundup > code
view tools/base64 @ 4440:7c576a4dea9d
XML-RPC documentation now linked from the docs/index
| author | Bernhard Reiter <Bernhard.Reiter@intevation.de> |
|---|---|
| date | Wed, 20 Oct 2010 14:12:08 +0000 |
| 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()))
