Update the monitor code

Changes made to the monitor code to remove all warnings from
systemsupport.py.  Note there are warnings in oneUpMon, however these do
not appear to be valid, as some of them complain about attributes not
existing, when they clearly do (Qt.AlignBottom for instance)
This commit is contained in:
Jeff Curless
2025-10-19 19:36:25 -04:00
parent caec0f5671
commit 72de0bcea7
6 changed files with 37 additions and 504 deletions

View File

@@ -13,7 +13,7 @@ Replace the stub return values with your real implementations later.
import sys
from typing import Tuple
from oneUpSupport import systemData
from systemsupport import systemData, CPULoad
sysdata = systemData()