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
3297bb50bb
compose
/
tests
/
__init__.py
3 lines
58 B
Python
Raw
Normal View
History
Unescape
Escape
Removed now useless check for version_info >= 2.7 Signed-off-by: Bastian Venthur <bastian.venthur@flixbus.com>
2020-01-08 09:52:04 +01:00
import
unittest
# NOQA
Import unittest.mock directly. We don't need to support Python2 anymore. Signed-off-by: Bastian Venthur <bastian.venthur@flixbus.com>
2020-01-08 10:46:28 +01:00
from
unittest
import
mock
# NOQA