We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7424aff commit f226f8aCopy full SHA for f226f8a
mergin/client.py
@@ -11,7 +11,7 @@
11
this_dir = os.path.dirname(os.path.realpath(__file__))
12
13
try:
14
- from requests_toolbelt import MultipartEncode
+ from requests_toolbelt import MultipartEncoder
15
import pytz
16
import dateutil.parser
17
except ImportError:
@@ -22,7 +22,7 @@
22
for f in os.listdir(os.path.join(deps_dir)):
23
sys.path.append(os.path.join(deps_dir, f))
24
25
26
27
28
0 commit comments