From 64e3a080ac723b8346e8a6ac12613b1e3797f0be Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Mon, 21 Nov 2016 10:24:51 +0100 Subject: [PATCH] Fixed issue in the create --- bob/db/cuhk_cufsf/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/db/cuhk_cufsf/create.py b/bob/db/cuhk_cufsf/create.py index 1e744e7..d98bbf3 100644 --- a/bob/db/cuhk_cufsf/create.py +++ b/bob/db/cuhk_cufsf/create.py @@ -24,7 +24,7 @@ This script creates the CUHK-CUFS database in a single pass. import os from .models import * -from utils import FERETWrapper +from .utils import FERETWrapper import pkg_resources def add_clients_files_annotations(session, verbose = True): -- GitLab