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:
parent
6ee70f196a
commit
ee182f9869
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
@ -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
1
python/flock
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit c531877af0fb833747696ecce3dc9d5111930644
|
Loading…
Reference in New Issue
Block a user