From d30e2db3db492f9f85dce98daf49001a25753f9c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20Milk?= <rene.milk@wwu.de>
Date: Mon, 7 May 2018 16:19:04 +0200
Subject: [PATCH] [py] fix empty module name

---
 python/dune/xt/empty/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/dune/xt/empty/__init__.py b/python/dune/xt/empty/__init__.py
index 12fb2cbb4..b873847fd 100644
--- a/python/dune/xt/empty/__init__.py
+++ b/python/dune/xt/empty/__init__.py
@@ -17,4 +17,4 @@ except ImportError:
     pass
 
 import dune.xt
-from dune.xt._common_empty import *
+from dune.xt._empty import *
-- 
GitLab