Adapt python sources to new package directory structure.

Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
This commit is contained in:
Bobby Noelte
2024-10-06 12:34:48 +02:00
committed by Andreas
parent 619d49488b
commit 89fd1d4203
3 changed files with 14 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ import matplotlib.pyplot as plt
import numpy as np
from matplotlib.backends.backend_pdf import PdfPages
from modules.class_sommerzeit import ist_dst_wechsel
from akkudoktoreos.class_sommerzeit import ist_dst_wechsel
matplotlib.use("Agg")