From 5f66fee01740db4cd448ec2fa0405b6617a14b05 Mon Sep 17 00:00:00 2001
From: Olegs NIKISINS <onikisins@italix03.idiap.ch>
Date: Wed, 10 May 2017 11:07:12 +0200
Subject: [PATCH] Slightly modified HLDI for Replay DB + added
 test-requirements.txt file

---
 bob/pad/face/database/replay.py | 4 ++--
 test-requirements.txt           | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)
 create mode 100644 test-requirements.txt

diff --git a/bob/pad/face/database/replay.py b/bob/pad/face/database/replay.py
index 00b28854..40414def 100644
--- a/bob/pad/face/database/replay.py
+++ b/bob/pad/face/database/replay.py
@@ -16,8 +16,6 @@ from bob.pad.base.database import PadFile # Used in ReplayPadFile class
 
 from bob.pad.base.database import PadDatabase
 
-from bob.db.replay import Database as LowLevelDatabase
-
 #==============================================================================
 
 class ReplayPadFile(PadFile):
@@ -125,6 +123,8 @@ class ReplayPadDatabase(PadDatabase):
             The arguments of the :py:class:`bob.bio.base.database.BioDatabase` base class constructor.
         """
 
+        from bob.db.replay import Database as LowLevelDatabase
+
         self.db = LowLevelDatabase()
 
         # Since the high level API expects different group names than what the low
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 00000000..0b585f15
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1 @@
+bob.db.replay
-- 
GitLab