diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-04-24 05:19:57 +0200 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-04-28 00:06:26 +0200 |
| commit | f7f2d1193758bb9d7a2d467f188cf755c8d5ddc9 (patch) | |
| tree | 4c8c0f3df3a67204bb0d16670b360bea6518aa81 /ui/daemon/ui_vars.py | |
| parent | 397286c87dc9aa3cba458973bdc65b3f3be14657 (diff) | |
Removes old data server and cleans up python code
Diffstat (limited to 'ui/daemon/ui_vars.py')
| -rw-r--r-- | ui/daemon/ui_vars.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/daemon/ui_vars.py b/ui/daemon/ui_vars.py index f486703..4c6372a 100644 --- a/ui/daemon/ui_vars.py +++ b/ui/daemon/ui_vars.py @@ -1,7 +1,6 @@ class UIVars: def __init__(self, _): self.flags = set() - self.includes = {"signal.h", "stdio.h", "unistd.h"} self.defines = set() + self.includes = {"signal.h", "stdio.h", "unistd.h"} self.links = set() - self.pager = False |
