From ac3bf58352220be37c74c2aaca7acb8d04e96454 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sun, 24 May 2015 09:48:48 -0400
Subject: [PATCH] Fix stale import in stats

---
 loopy/statistics.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/loopy/statistics.py b/loopy/statistics.py
index 10e5c4c8d..0d879c4fc 100755
--- a/loopy/statistics.py
+++ b/loopy/statistics.py
@@ -81,7 +81,7 @@ class ExpressionOpCounter(CombineMapper):
 
     def __init__(self, knl):
         self.knl = knl
-        from loopy.codegen.expression import TypeInferenceMapper
+        from loopy.expression import TypeInferenceMapper
         self.type_inf = TypeInferenceMapper(knl)
 
     def combine(self, values):
-- 
GitLab