]> git.parisson.com Git - timeside.git/commitdiff
tests/: add missing headers
authorPaul Brossier <piem@piem.org>
Sun, 14 Apr 2013 23:03:19 +0000 (18:03 -0500)
committerPaul Brossier <piem@piem.org>
Sun, 14 Apr 2013 23:03:19 +0000 (18:03 -0500)
tests/test_analyzing.py
tests/test_component.py
tests/test_encoding.py
tests/test_graphing.py
tests/test_inputadapter.py

index 2560a4f87e3483dafef63aec317061114991eb38..368c0a213a02a0e8b516fd76fbf8a8233f9a7334 100755 (executable)
@@ -1,3 +1,5 @@
+#! /usr/bin/env python
+
 from timeside.decoder import *
 from timeside.analyzer import *
 from unit_timeside import *
index c5c3e3106ed37dc9e8389acc18e3d64bfe747cd9..411a80819e64de5bb98d632c7bca3d8c64ea8c1b 100755 (executable)
@@ -1,3 +1,5 @@
+#! /usr/bin/env python
+
 from timeside.component import *
 from unit_timeside import *
 
index eed01fda8c2baaa48f52986d9c72e3ece170e262..2e89cd12c6f157597beb6b230ec23fb2de76c5b0 100755 (executable)
@@ -1,3 +1,5 @@
+#! /usr/bin/env python
+
 from math import pi
 from numpy import arange, sin, zeros
 from unit_timeside import *
index ea39eda00c8454a5ea288e1b18a0b0fbc29ce871..60485925fbb1faa27e6b7e70d9354283b80fffe7 100755 (executable)
@@ -1,3 +1,5 @@
+#! /usr/bin/env python
+
 from timeside.decoder.core import FileDecoder
 from unit_timeside import *
 
index 319d8a3529abc7bcbce755785c1823d59c0fe8f4..1bbcc26d7b8d6adf15ed480c1ff096cef04e5e3c 100755 (executable)
@@ -1,3 +1,5 @@
+#! /usr/bin/env python
+
 from timeside.core import FixedSizeInputAdapter
 from unit_timeside import *
 import numpy