This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
docker-compose
mirror of
https://github.com/docker/compose.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add future import for print function
Christopher Grebs
11 years ago
parent
30ea4508c3
commit
b101118d1e
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
fig/cli/main.py
+ 1
- 0
fig/cli/main.py
View File
@@ -1,3 +1,4 @@
+from __future__ import print_function
import logging
import sys
import re