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
2abf25d827
compose
/
tests
/
__init__.py
8 lines
102 B
Python
Raw
Blame
History
import
sys
if
sys
.
version_info
>
=
(
2
,
7
)
:
import
unittest
else
:
import
unittest2
as
unittest
Reference in New Issue
View Git Blame
Copy Permalink