diff --git a/gns3server/controller/project.py b/gns3server/controller/project.py index 78cc14e5..f530ecb2 100644 --- a/gns3server/controller/project.py +++ b/gns3server/controller/project.py @@ -15,6 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +import sys import re import os import json @@ -27,6 +28,7 @@ import aiohttp import aiofiles import tempfile import zipfile +import pathlib from uuid import UUID, uuid4