Sign in
llvm
/
lldb
/
release_39
/
.
/
utils
/
sync-source
/
lib
/
transfer
/
protocol.py
blob: 6a4e6e0a3a454017ab66d6dc1bc5fd91ff4cbc67 [
file
] [
log
] [
blame
]
class
Protocol
(
object
):
def
__init__
(
self
,
options
,
config
):
self
.
options
=
options
self
.
config
=
config
def
transfer
(
transfer_specs
,
dry_run
):
raise
"transfer must be overridden by transfer implementation"