Sign in
apache
/
subversion
/
refs/heads/ra_dav-refactoring
/
.
/
tools
/
test-scripts
/
svntest
/
encode-base64.py
blob: 2e178fe16dbd86602c21073140c39f787a5b496e [
file
] [
log
] [
blame
]
#!/usr/bin/env python
from
base64
import
encode
import
sys
encode
(
sys
.
stdin
,
sys
.
stdout
)