mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-27 00:11:07 +00:00
parent
4df95efdec
commit
d5ae4750e9
@ -31,4 +31,6 @@ from gns3server.handlers.upload_handler import UploadHandler
|
|||||||
from gns3server.handlers.index_handler import IndexHandler
|
from gns3server.handlers.index_handler import IndexHandler
|
||||||
|
|
||||||
if sys.platform.startswith("linux") or hasattr(sys, "_called_from_test") or os.environ.get("PYTEST_BUILD_DOCUMENTATION") == "1":
|
if sys.platform.startswith("linux") or hasattr(sys, "_called_from_test") or os.environ.get("PYTEST_BUILD_DOCUMENTATION") == "1":
|
||||||
|
# IOU runs only on Linux but testsuite work on UNIX platform
|
||||||
|
if not sys.platform.startswith("win"):
|
||||||
from gns3server.handlers.api.iou_handler import IOUHandler
|
from gns3server.handlers.api.iou_handler import IOUHandler
|
||||||
|
Loading…
Reference in New Issue
Block a user