Browse Source

helpers added

master
Dirk Alders 4 years ago
parent
commit
7c65af2058
3 changed files with 5 additions and 0 deletions
  1. 3
    0
      .gitmodules
  2. 1
    0
      Makefile
  3. 1
    0
      helpers

+ 3
- 0
.gitmodules View File

@@ -22,3 +22,6 @@
22 22
 [submodule "fstools"]
23 23
 	path = fstools
24 24
 	url = https://git.mount-mockery.de/pylib/fstools
25
+[submodule "helpers"]
26
+	path = helpers
27
+	url = https://git.mount-mockery.de/pylib/helpers

+ 1
- 0
Makefile View File

@@ -9,6 +9,7 @@ BUILDDIR      = _build
9 9
 MODULES       = $(sort \
10 10
     caching\
11 11
     fstools\
12
+    helpers\
12 13
     socket_protocol\
13 14
     state_machine\
14 15
     stringtools\

+ 1
- 0
helpers

@@ -0,0 +1 @@
1
+Subproject commit 4be70cfef8b8304979ea2402b285ef779855ad5f

Loading…
Cancel
Save