Mercurial > p > roundup > code
view tools/base64 @ 3932:7518a8ec1d55
Update Xapian to use latest stemmer API
(since version 0.9.0 and now enforced in 1.0.0+)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 25 Oct 2007 07:02:42 +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()))
