Mercurial > p > roundup > code
view tools/base64 @ 4628:b3f46759b4d1
Remove keywords expansion from detectors/creator_resolution.py
| author | Thomas Arendsen Hein <thomas@intevation.de> |
|---|---|
| date | Wed, 16 May 2012 11:18:27 +0200 |
| 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()))
