summaryrefslogtreecommitdiff
path: root/comms/quisk/files/patch-quisk.py
diff options
context:
space:
mode:
Diffstat (limited to 'comms/quisk/files/patch-quisk.py')
-rw-r--r--comms/quisk/files/patch-quisk.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/comms/quisk/files/patch-quisk.py b/comms/quisk/files/patch-quisk.py
index 12d707e88a1c..027e099fbc14 100644
--- a/comms/quisk/files/patch-quisk.py
+++ b/comms/quisk/files/patch-quisk.py
@@ -1,6 +1,6 @@
---- quisk.py.orig 2016-11-30 13:26:59.000000000 -0500
-+++ quisk.py 2018-06-17 10:30:03.031192000 -0400
-@@ -21,6 +21,13 @@
+--- quisk.py.orig 2019-04-19 15:47:26 UTC
++++ quisk.py
+@@ -21,6 +21,13 @@ os.chdir(os.path.normpath(os.path.dirnam
if sys.path[0] != "'.'": # Make sure the current working directory is on path
sys.path.insert(0, '.')
@@ -9,8 +9,8 @@
+locale.setlocale(locale.LC_ALL, '')
+cloc = locale.getdefaultlocale()
+if locale.nl_langinfo(locale.CODESET) != 'UTF-8':
-+ locale.setlocale(locale.LC_ALL, (cloc[0], 'UTF-8'))
++ locale.setlocale(locale.LC_ALL, (cloc[0], 'UTF-8'))
+
- import wxversion # Thanks to Mario, DH5YM
- wxversion.ensureMinimal('2.8')
-
+ import wx, wx.html, wx.lib.buttons, wx.lib.stattext, wx.lib.colourdb, wx.grid, wx.richtext
+ import math, cmath, time, traceback, string, select, subprocess
+ import threading, pickle, webbrowser