X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fon--server-cmd.py;h=0d29e4316a92831884c77f51b652a0cd791f9855;hb=c40b3dd5fd74e72024fbaad3daf5a958aefa1c54;hp=cdfd44113c352e3560a521e97d7e915344b7ee07;hpb=6df109426b0b22f016ccf67414d140655ac5d3c5;p=bup.git diff --git a/cmd/on--server-cmd.py b/cmd/on--server-cmd.py index cdfd441..0d29e43 100755 --- a/cmd/on--server-cmd.py +++ b/cmd/on--server-cmd.py @@ -4,6 +4,8 @@ bup_python="$(dirname "$0")/bup-python" || exit $? exec "$bup_python" "$0" ${1+"$@"} """ # end of bup preamble + +from __future__ import absolute_import import sys, os, struct from bup import options, helpers