1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-15 12:59:06 +00:00
This commit is contained in:
Julien Duponchelle 2015-03-19 17:42:43 +01:00
parent ddb8a9f06e
commit 253ab4e2b5

View File

@ -30,6 +30,7 @@ from gns3server.modules.iou.iou_error import IOUError
from gns3server.modules.iou import IOU
from gns3server.config import Config
@pytest.fixture(scope="module")
def manager(port_manager):
m = IOU.instance()