gns3-server/gns3server/compute/docker
grossmj 86f87aec74 Fix installation with Python 3.7. Fixes #1414.
Fix deprecated use of aiohttp.Timeout. Fixes #1296.
Use "async with" with aiohttp.ClientSession().
Make sure websocket connections are properly closed, see https://docs.aiohttp.org/en/stable/web_advanced.html#graceful-shutdown
Finish to drop Python 3.4.
2018-10-16 15:56:06 +07:00
..
resources Added "/sbin" to init script PATH variable so that its possible to 2018-10-06 16:06:24 +01:00
__init__.py Fix installation with Python 3.7. Fixes #1414. 2018-10-16 15:56:06 +07:00
docker_error.py Raise an error if image is missing on compute 2016-06-07 15:34:04 +02:00
docker_vm.py Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425 2018-10-15 17:05:49 +07:00