From f1a098203be8c44a52ed5d2a72982a3f634d4df6 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 2 Jan 2017 16:42:09 +0200 Subject: py: Move helpers to the pykms module Instead of forcing applications to import the helpers manually, move them to pykms by turning it into a python module. Signed-off-by: Laurent Pinchart --- py/tests/iact.py | 1 - 1 file changed, 1 deletion(-) (limited to 'py/tests/iact.py') diff --git a/py/tests/iact.py b/py/tests/iact.py index fecd899..721e558 100755 --- a/py/tests/iact.py +++ b/py/tests/iact.py @@ -6,7 +6,6 @@ import pykms from time import sleep from math import sin from math import cos -from helpers import * card = pykms.Card() res = pykms.ResourceManager(card) -- cgit v1.2.3