From b919404de7021dd8b401a0f384e68756eda8f6da Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Wed, 15 Jan 2014 12:04:22 +0100
Subject: [PATCH] Better include arrangement

---
 xbob/io/__init__.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/xbob/io/__init__.py b/xbob/io/__init__.py
index 5eba656..ed91fcb 100644
--- a/xbob/io/__init__.py
+++ b/xbob/io/__init__.py
@@ -1,4 +1,5 @@
-from ._library import __version__, __api_version__, File, VideoReader, VideoWriter, HDF5File
+from ._library import File, VideoReader, VideoWriter, HDF5File
+from ._library import __version__, __api_version__
 from . import _externals
 
 import os
-- 
GitLab