From 789812b440eb82fd260296dd207f8e64817e3b89 Mon Sep 17 00:00:00 2001
From: Christoph Groth <christoph.groth@cea.fr>
Date: Fri, 6 Sep 2013 22:10:29 +0200
Subject: [PATCH] add "import numpy" for windows compatibility

---
 kwant/__init__.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kwant/__init__.py b/kwant/__init__.py
index ad31033..68157b4 100644
--- a/kwant/__init__.py
+++ b/kwant/__init__.py
@@ -6,6 +6,8 @@
 # the AUTHORS file at the top-level directory of this distribution and at
 # http://kwant-project.org/authors.
 
+import numpy                    # Needed by C. Gohlke's Windows package.
+
 __all__ = ['system', 'version', 'builder', 'lattice', 'solvers',
            'digest', 'rmt']
 for module in __all__:
-- 
GitLab