From e48124fbf846a7af40ebba1497530b51f78e6e49 Mon Sep 17 00:00:00 2001 From: snamber Date: Mon, 25 Feb 2013 16:39:22 +0100 Subject: [PATCH] changed mode of lpp.py to be an executable --- src/lpp.py | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 src/lpp.py diff --git a/src/lpp.py b/src/lpp.py old mode 100644 new mode 100755 index bf2c3d7..d021541 --- a/src/lpp.py +++ b/src/lpp.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python oneline = "writing pp-data in vtk format automatically, saving memory" docstr = """this is the docstr of LIGGGHTSPostProcessing"""