From 36391a29dfb02a24e97b3ef9a3727201af415985 Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Mon, 23 May 2011 19:33:02 -0400 Subject: lbne model now imports python modules directly --- src/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/__init__.py (limited to 'src/__init__.py') diff --git a/src/__init__.py b/src/__init__.py new file mode 100644 index 0000000..d2958f1 --- /dev/null +++ b/src/__init__.py @@ -0,0 +1,5 @@ +import os + +dir = os.path.split(os.path.realpath(__file__))[0] + +kernel = open(dir + '/kernel.cu').read() -- cgit