From 385edd71694822bcd0d92eb1de91304d9258afbd Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 3 Dec 2024 13:34:26 +0100 Subject: [PATCH] StopWatch: Fix compilation error Signed-off-by: Jan Lindemann --- tools/python/jwutils/StopWatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/jwutils/StopWatch.py b/tools/python/jwutils/StopWatch.py index 1e2f712..c987124 100644 --- a/tools/python/jwutils/StopWatch.py +++ b/tools/python/jwutils/StopWatch.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -import datetime +from datetime import datetime from .log import * class StopWatch: # export