From 2250b4db92bd272dbb1fd717eb791e293c17e37a Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 02:29:14 +0100 Subject: Store python modules on './bin/modules/' subdirectory. [#37] --- bin/salis.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/salis.py') diff --git a/bin/salis.py b/bin/salis.py index 200da33..b59671a 100755 --- a/bin/salis.py +++ b/bin/salis.py @@ -24,8 +24,8 @@ import traceback from argparse import ArgumentParser, HelpFormatter from ctypes import CDLL, c_bool, c_uint8, c_uint32, c_char_p, POINTER -from handler import Handler -from printer import Printer +from modules.handler import Handler +from modules.printer import Printer from subprocess import check_call -- cgit v1.2.1