From 4c1abd1a9441b4972f2d20fdcb693aea2eb78588 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 5 Feb 2024 15:31:11 +0100 Subject: [PATCH] fix import --- telecaster/tools/tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/telecaster/tools/tools.py b/telecaster/tools/tools.py index 6769843..aa7a74a 100644 --- a/telecaster/tools/tools.py +++ b/telecaster/tools/tools.py @@ -49,6 +49,7 @@ import acpi import subprocess import pwd import psutil +import mimetypes class SubProcessPipe: def __init__(self, command, stdin=None): -- 2.39.5