From f176d11d4fa6e1440fae49dbb1fd53454eaf3ac5 Mon Sep 17 00:00:00 2001
From: Guillaume HEUSCH <guillaume.heusch@idiap.ch>
Date: Wed, 7 Mar 2018 11:54:12 +0100
Subject: [PATCH] [extractor] removed the import for Autocorrelation (not
 existing anymore)

---
 bob/pad/face/extractor/__init__.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bob/pad/face/extractor/__init__.py b/bob/pad/face/extractor/__init__.py
index 61cf7720..2b046e00 100644
--- a/bob/pad/face/extractor/__init__.py
+++ b/bob/pad/face/extractor/__init__.py
@@ -10,7 +10,6 @@ from .FreqFeatures import FreqFeatures
 from .NormalizeLength import NormalizeLength
 from .FFTFeatures import FFTFeatures 
 from .LTSS import LTSS 
-from .Autocorrelation import Autocorrelation 
 
 def __appropriate__(*args):
     """Says object was actually declared here, and not in the import module.
-- 
GitLab