lib and reposinit update

This commit is contained in:
Dirk Alders 2025-07-28 13:09:21 +02:00
parent 6657312cb2
commit d540958e7e
2 changed files with 5 additions and 1 deletions

2
pylibs

@ -1 +1 @@
Subproject commit 9ce97cedf39cb43cd62a2d8f8ea884026013b798
Subproject commit b5a1574560194abe1c7cb8fb213747461e1553c5

View File

@ -3,6 +3,10 @@
echo "* Initialising Submodules"
git submodule init
git submodule update
pushd pylibs
git submodule init
git submodule update
popd
echo "* Creating virtual env"
BASEPATH=`realpath $(dirname $0)`