This commit is contained in:
brent s 2017-10-25 03:09:37 -04:00
parent c3e5baf04b
commit 5834e8fafc

View File

@ -3,6 +3,7 @@
# TODO: https://borgbackup.readthedocs.io/en/latest/internals/frontends.html # TODO: https://borgbackup.readthedocs.io/en/latest/internals/frontends.html
# will they EVER release a public API? for now we'll just use subprocess since # will they EVER release a public API? for now we'll just use subprocess since
# we import it for various prep stuff anyways. # we import it for various prep stuff anyways.
# TODO: no silent failing?


import argparse import argparse
import configparser import configparser