File: 0001-fix-import-path.patch

package info (click to toggle)
resistor-decoder 1.0%2Bgit20210809.5d4be1c-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 764 kB
  • sloc: python: 2,370; xml: 44; sh: 13; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: Maytham Alsudany <maytham@debian.org>
Description: Fix import path
Forwarded: not-needed

--- a/ResistorDecoder/src/ui_generated_files/ui_resistance_calc.py
+++ b/ResistorDecoder/src/ui_generated_files/ui_resistance_calc.py
@@ -12,7 +12,7 @@
 from PySide6.QtGui import *  # type: ignore
 from PySide6.QtWidgets import *  # type: ignore
 
-import resource_base_rc
+import ResistorDecoder.src.resource_base_rc
 
 class Ui_MainWindow(object):
     def setupUi(self, MainWindow):