From 7950a9ea6b7fcee2a8abc24d45b006bf51b2fa6c Mon Sep 17 00:00:00 2001 From: Gilles Grandou Date: Mon, 19 Feb 2018 23:40:47 +0100 Subject: [PATCH] add python-ovh submodule --- .gitmodules | 3 +++ ovh | 1 + 2 files changed, 4 insertions(+) create mode 160000 ovh diff --git a/.gitmodules b/.gitmodules index 4319b9a..89ed516 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "sysbus"] path = sysbus url = https://github.com/rene-d/sysbus.git +[submodule "ovh"] + path = ovh + url = https://github.com/ovh/python-ovh.git diff --git a/ovh b/ovh new file mode 160000 index 0000000..526c9e0 --- /dev/null +++ b/ovh @@ -0,0 +1 @@ +Subproject commit 526c9e0fab750f40dde235a127befd88df5086e3