Code

- fix mailgw list of methods -- use getattr so that a derived class will
[roundup.git] / tools / base64
1 #!/usr/bin/env python
2 import zlib, base64, sys
3 print base64.encodestring(zlib.compress(sys.stdin.read()))