From 7a6980d4794f3efaf85ad65458fbfac4c3afdec7 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Thu, 10 Sep 2015 16:05:27 -0700 Subject: Move client internals back to Client class. Remove obsolete ClientBase class Signed-off-by: Joffrey F --- docker/api/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker/api') diff --git a/docker/api/build.py b/docker/api/build.py index 99f72b0..ce6fd46 100644 --- a/docker/api/build.py +++ b/docker/api/build.py @@ -77,7 +77,7 @@ class BuildApiMixin(object): headers['Content-Encoding'] = encoding if utils.compare_version('1.9', self._version) >= 0: - self._set_auth_headers(self, headers) + self._set_auth_headers(headers) response = self._post( u, -- cgit v1.2.1