Mercurial > p > roundup > code
view tools/base64 @ 3555:91c495476db3 1.1.0
pre-release stuff and test fix
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 10 Feb 2006 00:16:13 +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()))
