From: David Schleef Date: Wed, 4 Jun 2003 02:54:41 +0000 (+0000) Subject: add #! line X-Git-Tag: r0_7_21~114 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bd414e5a57a37253f03bc65fbe80539314bbadb8;p=comedilib.git add #! line --- diff --git a/demo/python/cmd.py b/demo/python/cmd.py index 739311b..b970ef0 100755 --- a/demo/python/cmd.py +++ b/demo/python/cmd.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python ## It emulates the program "cmd" which is distributed with ## the comedilib software ## Copyright (C) May 2003 Luc Lefebvre diff --git a/demo/python/mmap.py b/demo/python/mmap.py index 00c9623..786f8eb 100755 --- a/demo/python/mmap.py +++ b/demo/python/mmap.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python ## A test-application to demonstrate using the Comedilib API ## and streaming acquisition in particular, from Python.