diff --git a/bob/learn/tensorflow/layers/__init__.py b/bob/learn/tensorflow/layers/__init__.py
index edbfb3fd9a2dcc83109c9d091831f3b57070e6f9..7fc137a045ebe2106dd724464c6df171df0febe1 100644
--- a/bob/learn/tensorflow/layers/__init__.py
+++ b/bob/learn/tensorflow/layers/__init__.py
@@ -1,7 +1,7 @@
 from .Layer import Layer
 from .Conv1D import Conv1D
 from .Maxout import MaxOut, maxout
-from LSTM import LSTM, lstm
+from .LSTM import LSTM, lstm
 
 
 # gets sphinx autodoc done right - don't remove it