Mercurial > p > roundup > code
view tools/base64 @ 4513:6a32a2fb95b4
Docs update for mysql and postgresl: Mentioned test/db_test_base.py because
that is the place where the default database parameters comes from.
| author | Bernhard Reiter <Bernhard.Reiter@intevation.de> |
|---|---|
| date | Fri, 01 Jul 2011 14:11:06 +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()))
