0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 09:41:54 +00:00

Flock: now pointing to gitlab

This commit is contained in:
Maria Matejka 2024-07-23 16:27:54 +02:00
parent 6ee70f196a
commit ee182f9869
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "python/asyncinotify"]
path = python/asyncinotify
url = https://github.com/ProCern/asyncinotify.git
[submodule "python/flock"]
path = python/flock
url = https://gitlab.nic.cz/labs/flock

View File

@ -6,7 +6,7 @@ import pathlib
import sys
import yaml
sys.path.insert(0, "/home/maria/flock")
sys.path.insert(0, "python/flock")
from flock.Hypervisor import Hypervisor
from flock.Machine import Machine

1
python/flock Submodule

@ -0,0 +1 @@
Subproject commit c531877af0fb833747696ecce3dc9d5111930644