Mercurial > p > roundup > code
view tools/base64 @ 4504:cd8ff13cbc5a
Rephrased the introduction to make sure that mentioned names are the committers.
| author | Bernhard Reiter <Bernhard.Reiter@intevation.de> |
|---|---|
| date | Mon, 06 Jun 2011 07:23:49 +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()))
