diff --git a/bob/pad/face/database/database.py b/bob/pad/face/database/database.py
index 003450a03ffdbe2fa2982b25e0d999ab15ef685f..b32aa67b1d78af4c97edb60eace8ce1060ebb50c 100644
--- a/bob/pad/face/database/database.py
+++ b/bob/pad/face/database/database.py
@@ -1,7 +1,7 @@
 from functools import partial
 import os
 import bob.bio.video
-from bob.db.base.annotations import read_annotation_file
+from bob.bio.base.utils.annotations import read_annotation_file
 from sklearn.preprocessing import FunctionTransformer
 from bob.bio.video import VideoAsArray
 from bob.pipelines import DelayedSample