From ceb019c20a3df4276e6e9a094723657b3871a645 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Tue, 26 Aug 2014 13:18:00 +0200
Subject: [PATCH] Fix import issue; Update ignore file

---
 .gitignore | 2 ++
 setup.py   | 1 +
 2 files changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 9f9c80d..6954e9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,8 @@
 *.swp
 *.pyc
 *.so
+*.so.*
+CMakeLists.txt
 bin
 eggs
 parts
diff --git a/setup.py b/setup.py
index 5d67e3a..412eaa2 100644
--- a/setup.py
+++ b/setup.py
@@ -41,6 +41,7 @@ class hdf5:
       only. This will trigger our library search to disconsider shared
       libraries when searching.
     """
+    import os
 
     self.name = 'hdf5'
     header = 'hdf5.h'
-- 
GitLab