From 5ccafbe37e655920703852401c97ac64a3a77fc9 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 14 Apr 2013 18:03:19 -0500 Subject: [PATCH] tests/: add missing headers --- tests/test_analyzing.py | 2 ++ tests/test_component.py | 2 ++ tests/test_encoding.py | 2 ++ tests/test_graphing.py | 2 ++ tests/test_inputadapter.py | 2 ++ 5 files changed, 10 insertions(+) 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 -- 2.39.5