From 98a7acd83f57e5c4decd9cdfcdd7a16b8abaf77a Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Wed, 17 Jun 2015 11:30:17 -0500
Subject: [PATCH] Fix * import in test_statistics

---
 test/test_statistics.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/test_statistics.py b/test/test_statistics.py
index bfcd199f1..65b02d113 100644
--- a/test/test_statistics.py
+++ b/test/test_statistics.py
@@ -26,7 +26,8 @@ import sys
 from pyopencl.tools import (  # noqa
         pytest_generate_tests_for_pyopencl
         as pytest_generate_tests)
-from loopy.statistics import *  # noqa
+import loopy as lp
+from loopy.statistics import get_op_poly  # noqa
 import numpy as np
 
 
-- 
GitLab