File: 0001-Drop-unused-cgitb-import.patch

package info (click to toggle)
raysession 0.14.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 22,980 kB
  • sloc: python: 108,050; sh: 1,540; makefile: 234; xml: 77
file content (18 lines) | stat: -rw-r--r-- 529 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Bastian Germann <bage@debian.org>
Date: Sun, 27 Jul 2025 18:59:45 +0200
Forwarded: not-needed
Subject: Drop unused cgitb import

Upstream has this as part of
https://github.com/Houston4444/HoustonPatchbay/commit/383576472842e050261c65f4c3d4939f29475ffa
---
--- a/HoustonPatchbay/patchbay/patchcanvas/portgroup_widget.py
+++ b/HoustonPatchbay/patchbay/patchcanvas/portgroup_widget.py
@@ -19,7 +19,6 @@
 
 
 # Imports (Global)
-from cgitb import text
 import logging
 from math import floor
 from typing import TYPE_CHECKING