From 4c01489ab761c40bfa51325b8c8d574fbe670a3f Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Thu, 24 Jul 2014 12:41:02 -0500
Subject: [PATCH] Add future division thing to pyopencl main module

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

diff --git a/pyopencl/__init__.py b/pyopencl/__init__.py
index befda928..9ca61fe7 100644
--- a/pyopencl/__init__.py
+++ b/pyopencl/__init__.py
@@ -1,5 +1,7 @@
 # -*- coding: utf-8 -*-
 
+from __future__ import division
+
 __copyright__ = "Copyright (C) 2009 Andreas Kloeckner"
 
 __license__ = """
-- 
GitLab