From: Paul Brossier Date: Sun, 14 Apr 2013 23:03:19 +0000 (-0500) Subject: tests/: add missing headers X-Git-Tag: 0.5.0~115^2~34 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5ccafbe37e655920703852401c97ac64a3a77fc9;p=timeside.git tests/: add missing headers --- diff --git a/tests/test_analyzing.py b/tests/test_analyzing.py index 2560a4f..368c0a2 100755 --- a/tests/test_analyzing.py +++ b/tests/test_analyzing.py @@ -1,3 +1,5 @@ +#! /usr/bin/env python + from timeside.decoder import * from timeside.analyzer import * from unit_timeside import * diff --git a/tests/test_component.py b/tests/test_component.py index c5c3e31..411a808 100755 --- a/tests/test_component.py +++ b/tests/test_component.py @@ -1,3 +1,5 @@ +#! /usr/bin/env python + from timeside.component import * from unit_timeside import * diff --git a/tests/test_encoding.py b/tests/test_encoding.py index eed01fd..2e89cd1 100755 --- a/tests/test_encoding.py +++ b/tests/test_encoding.py @@ -1,3 +1,5 @@ +#! /usr/bin/env python + from math import pi from numpy import arange, sin, zeros from unit_timeside import * diff --git a/tests/test_graphing.py b/tests/test_graphing.py index ea39eda..6048592 100755 --- a/tests/test_graphing.py +++ b/tests/test_graphing.py @@ -1,3 +1,5 @@ +#! /usr/bin/env python + from timeside.decoder.core import FileDecoder from unit_timeside import * diff --git a/tests/test_inputadapter.py b/tests/test_inputadapter.py index 319d8a3..1bbcc26 100755 --- a/tests/test_inputadapter.py +++ b/tests/test_inputadapter.py @@ -1,3 +1,5 @@ +#! /usr/bin/env python + from timeside.core import FixedSizeInputAdapter from unit_timeside import * import numpy