This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
compose
mirror of
https://github.com/docker/compose.git
Watch
1
Star
0
Fork
You've already forked compose
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
89d2653662
compose
/
fig
/
__init__.py
5 lines
92 B
Python
Raw
Normal View
History
Unescape
Escape
First version with python3 support. * Moved requirements*.txt files to proper spec definitions in setup.py * Added a new fig.compat module to store some compatibility code
2014-01-06 03:26:32 +01:00
from
__future__
import
unicode_literals
yay
2013-12-09 12:41:05 +01:00
from
.
service
import
Service
Ship 0.1.4
2014-01-27 18:53:58 +01:00
__version__
=
'
0.1.4
'