summaryrefslogtreecommitdiff
path: root/community/duplicity/u1backend.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/duplicity/u1backend.patch')
-rw-r--r--community/duplicity/u1backend.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/community/duplicity/u1backend.patch b/community/duplicity/u1backend.patch
deleted file mode 100644
index 7aba89fbb..000000000
--- a/community/duplicity/u1backend.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-86a87,90
->
-> if isinstance(body, file):
-> body.seek(0) # Go to the beginning of the file for the retry
->
-108a113,115
-> if isinstance(body, file):
-> body.seek(0) # Go to the beginning of the file for the retry
->
-209a217
-> size = os.path.getsize(source_path.name)
-213c221,222
-< headers = {"Content-Type": content_type}
----
-> headers = {"Content-Length": str(size),
-> "Content-Type": content_type}