summaryrefslogtreecommitdiff
path: root/bin/docker-compose
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2017-08-02 19:55:58 -0700
committerJoffrey F <f.joffrey@gmail.com>2017-08-02 20:02:26 -0700
commit0c4fc93895b18f11b5ab5b63923c85d3324ea8f3 (patch)
treeef524b97f99ff54d8e4001c7c400f10b9d00bafa /bin/docker-compose
parent8ea0e8e053773e1a2b62e6cd221efe72b8763dbc (diff)
Use newer versions of pre-commit hooks
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'bin/docker-compose')
-rwxr-xr-xbin/docker-compose3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/docker-compose b/bin/docker-compose
index 5976e1d4..aeb53870 100755
--- a/bin/docker-compose
+++ b/bin/docker-compose
@@ -1,3 +1,6 @@
#!/usr/bin/env python
+from __future__ import absolute_import
+from __future__ import unicode_literals
+
from compose.cli.main import main
main()