From b0c807be5c2170c9481c1a04d4c11972135d7dc5 Mon Sep 17 00:00:00 2001 From: Frazer Clews Date: Mon, 24 Aug 2020 15:51:37 +0100 Subject: lib: fix most undefined code picked up by pylint Correctly import, and inherit functions, and variables. Also fix some typos and remove some Python 2 code that isn't recognised. Signed-off-by: Frazer Clews Signed-off-by: Richard Purdie --- lib/hashserv/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/hashserv') diff --git a/lib/hashserv/tests.py b/lib/hashserv/tests.py index 6e8629507..b34c43687 100644 --- a/lib/hashserv/tests.py +++ b/lib/hashserv/tests.py @@ -9,6 +9,7 @@ from . import create_server, create_client import hashlib import logging import multiprocessing +import os import sys import tempfile import threading -- cgit 1.2.3-korg