From 003b4b5654a55588a3ae882ba8e33d0acfac8d2f Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Mon, 22 Apr 2013 12:40:11 -0400
Subject: [PATCH] Tag unicode docs as being unicode, like civilized people.

---
 pyopencl/clrandom.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyopencl/clrandom.py b/pyopencl/clrandom.py
index 43baca7a..04d3a59a 100644
--- a/pyopencl/clrandom.py
+++ b/pyopencl/clrandom.py
@@ -25,7 +25,7 @@ THE SOFTWARE.
 
 # {{{ documentation
 
-__doc__ = """
+__doc__ = u"""
 PyOpenCL now includes and uses the `RANLUXCL random number generator
 <https://bitbucket.org/ivarun/ranluxcl/>`_ by Ivar Ursin Nikolaisen.  In
 addition to being usable through the convenience functions above, it is
-- 
GitLab