mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-12 20:38:23 +00:00
Merge branch '2.0' into 2.1
This commit is contained in:
@ -43,6 +43,9 @@ import gns3server.handlers
|
||||
import logging
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
if not aiohttp.__version__.startswith("2.0"):
|
||||
raise RuntimeError("You need aiohttp 2.0 for running GNS3")
|
||||
|
||||
|
||||
class WebServer:
|
||||
|
||||
|
Reference in New Issue
Block a user