File: underscore_as_gettext.patch

package info (click to toggle)
mu-editor 1.2.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,492 kB
  • sloc: python: 33,326; makefile: 154; xml: 32; sh: 7
file content (12 lines) | stat: -rw-r--r-- 409 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: mu-editor/mu/interface/dialogs.py
===================================================================
--- mu-editor.orig/mu/interface/dialogs.py
+++ mu-editor/mu/interface/dialogs.py
@@ -19,6 +19,7 @@ along with this program.  If not, see <h
 import os
 import logging
 import sys
+from gettext import gettext as _
 
 from PyQt5.QtCore import QSize, QProcess, QTimer, Qt
 from PyQt5.QtWidgets import (