add #! line
authorDavid Schleef <ds@schleef.org>
Wed, 4 Jun 2003 02:54:41 +0000 (02:54 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 4 Jun 2003 02:54:41 +0000 (02:54 +0000)
demo/python/cmd.py
demo/python/mmap.py

index 739311bc6c7da033f469e4c7b743acf340e1f1ab..b970ef0016a57d6972609de94daa9227707e703f 100755 (executable)
@@ -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
index 00c9623696710d2baef73bf09d585c3e2c858b2c..786f8eb36a3853d7c8574755209b32e67fb02537 100755 (executable)
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 ## A test-application to demonstrate using the Comedilib API
 ##  and streaming acquisition in particular, from Python.