From a62f9499e243c86f233a0aa35ef04efad86ad7c8 Mon Sep 17 00:00:00 2001 From: Alistair McLean <al.mclean@gmail.com> Date: Sun, 5 Jun 2011 19:53:07 +0100 Subject: [PATCH] Fixed up indentation doh ! --- pyopencl/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyopencl/cache.py b/pyopencl/cache.py index 0a9572e0..d0077145 100644 --- a/pyopencl/cache.py +++ b/pyopencl/cache.py @@ -292,7 +292,7 @@ def _create_built_program_from_source_cached(ctx, src, options, devices, cache_d if cache_dir is None: from os.path import join from tempfile import gettempdir - import getpass + import getpass cache_dir = join(gettempdir(), "pyopencl-compiler-cache-v1-uid%s" % getpass.getuser()) -- GitLab