Skip to content
Snippets Groups Projects
Commit cffa3561 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Typo fix in cwd-import warning.

parent 7839ae5a
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ except ImportError:
from os.path import dirname, join, realpath
if realpath(join(os.getcwd(), "pyopencl")) == realpath(dirname(__file__)):
from warnings import warn
warn ("It looks like you are importing PyOpenCL from the "
warn ("It looks like you are importing PyOpenCL from "
"its source directory. This likely won't work.")
raise
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment