From c8fdd9116aff1508f36e943a6679b6988a860ffe Mon Sep 17 00:00:00 2001
From: skbidiap <sushil.bhattacharjee@idiap.ch>
Date: Fri, 16 Sep 2016 16:57:57 +0200
Subject: [PATCH] Branch to use old interface of db

---
 buildout.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildout.cfg b/buildout.cfg
index c5045bf..7c91a74 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -15,7 +15,7 @@ develop = src/bob.extension
           src/bob.db.base
           src/bob.ip.color
           src/bob.ip.draw
-          src/bob.math
+#          src/bob.math
           src/bob.measure
           src/bob.learn.activation
           src/bob.learn.linear
@@ -36,7 +36,7 @@ bob.io.base = git https://github.com/bioidiap/bob.io.base
 bob.db.base = git https://github.com/bioidiap/bob.db.base
 bob.ip.color = git https://github.com/bioidiap/bob.ip.color
 bob.ip.draw = git https://github.com/bioidiap/bob.ip.draw
-bob.math = git https://github.com/bioidiap/bob.math
+#bob.math = git https://github.com/bioidiap/bob.math
 bob.measure = git https://github.com/bioidiap/bob.measure
 bob.learn.activation = git https://github.com/bioidiap/bob.learn.activation
 bob.learn.linear = git https://github.com/bioidiap/bob.learn.linear
-- 
GitLab