1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-21 10:43:37 +00:00

vendor: update github.com/dropbox/dropbox-sdk-go-unofficial

This commit is contained in:
Nick Craig-Wood
2017-09-23 11:53:26 +01:00
parent 6390bb2b09
commit 29e2744155
25 changed files with 4222 additions and 1283 deletions

View File

@@ -1,5 +1,5 @@
from stone.api import (ApiNamespace, ApiRoute)
from stone.data_type import (
from stone.ir import (ApiNamespace, ApiRoute)
from stone.ir import (
Boolean,
Float32,
Float64,
@@ -15,7 +15,7 @@ from stone.data_type import (
is_struct_type,
Void,
)
from stone.target import helpers
from stone.backends import helpers
HEADER = """\
// Copyright (c) Dropbox, Inc.