Mercurial > p > roundup > code
view tools/base64 @ 4944:fe2d72103cc8
Fix two line-break accidents in devel and responsive milestone.item.html
| author | Thomas Arendsen Hein <thomas@intevation.de> |
|---|---|
| date | Tue, 25 Nov 2014 16:04:17 +0100 |
| 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()))
