Import project on the GNS3VM should work

This commit is contained in:
Julien Duponchelle
2016-07-22 16:05:22 +02:00
parent 19b035d7e4
commit fec3694710
4 changed files with 67 additions and 2 deletions

View File

@ -472,3 +472,4 @@ class Compute:
path = "/projects/{}/files".format(project.id)
res = yield from self.http_query("GET", path, timeout=120)
return res.json