From 31355cbca6dd9246465df313e75609e6cf4743af Mon Sep 17 00:00:00 2001
From: Alexey Stratulat <alexey.stratulat@demlabs.net>
Date: Thu, 29 Aug 2019 22:39:28 +0700
Subject: [PATCH] [+] Added libdap-python submodule with features-2466 branch

---
 .gitmodules   | 4 ++++
 libdap-python | 1 +
 2 files changed, 5 insertions(+)
 create mode 100644 .gitmodules
 create mode 160000 libdap-python

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 00000000..d4888078
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,4 @@
+[submodule "libdap-python"]
+	path = libdap-python
+	url = https://gitlab.demlabs.net/cellframe/libdap-python.git
+        branch = features-2466
diff --git a/libdap-python b/libdap-python
new file mode 160000
index 00000000..f1beed7e
--- /dev/null
+++ b/libdap-python
@@ -0,0 +1 @@
+Subproject commit f1beed7e6d568c93de531e9cb2d00be3784e9eed
-- 
GitLab