Skip to content

Commit

Permalink
Add future division thing to pyopencl main module
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jul 24, 2014
1 parent d125779 commit 4c01489
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyopencl/__init__.py
@@ -1,5 +1,7 @@
# -*- coding: utf-8 -*-

from __future__ import division

__copyright__ = "Copyright (C) 2009 Andreas Kloeckner"

__license__ = """
Expand Down

0 comments on commit 4c01489

Please sign in to comment.