helpers added
This commit is contained in:
parent
e3b4e15116
commit
7c65af2058
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -22,3 +22,6 @@
|
|||||||
[submodule "fstools"]
|
[submodule "fstools"]
|
||||||
path = fstools
|
path = fstools
|
||||||
url = https://git.mount-mockery.de/pylib/fstools
|
url = https://git.mount-mockery.de/pylib/fstools
|
||||||
|
[submodule "helpers"]
|
||||||
|
path = helpers
|
||||||
|
url = https://git.mount-mockery.de/pylib/helpers
|
||||||
|
1
Makefile
1
Makefile
@ -9,6 +9,7 @@ BUILDDIR = _build
|
|||||||
MODULES = $(sort \
|
MODULES = $(sort \
|
||||||
caching\
|
caching\
|
||||||
fstools\
|
fstools\
|
||||||
|
helpers\
|
||||||
socket_protocol\
|
socket_protocol\
|
||||||
state_machine\
|
state_machine\
|
||||||
stringtools\
|
stringtools\
|
||||||
|
1
helpers
Submodule
1
helpers
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 4be70cfef8b8304979ea2402b285ef779855ad5f
|
Loading…
x
Reference in New Issue
Block a user