diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2020-01-02 10:36:59 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2020-01-02 10:36:59 +0000 |
commit | 2075f5cc40e17e250bc5a7ca74a6e92c707782b4 (patch) | |
tree | f8ae22b782addb86e924d59d2c7548ecbeb4ba6e /sysutils/catfish/files/patch-catfish__lib_SudoDialog.py | |
parent | Ensure the port respect NCURSES_IMPL so we can rework the way (diff) |
Update catfish to 1.4.12
Diffstat (limited to 'sysutils/catfish/files/patch-catfish__lib_SudoDialog.py')
-rw-r--r-- | sysutils/catfish/files/patch-catfish__lib_SudoDialog.py | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/sysutils/catfish/files/patch-catfish__lib_SudoDialog.py b/sysutils/catfish/files/patch-catfish__lib_SudoDialog.py index 84829a94cce0..b9404c4ece48 100644 --- a/sysutils/catfish/files/patch-catfish__lib_SudoDialog.py +++ b/sysutils/catfish/files/patch-catfish__lib_SudoDialog.py @@ -1,14 +1,6 @@ ---- catfish_lib/SudoDialog.py.orig 2019-07-27 11:21:22 UTC +--- catfish_lib/SudoDialog.py.orig 2020-01-01 17:46:05 UTC +++ catfish_lib/SudoDialog.py -@@ -18,6 +18,7 @@ - - from gi.repository import Gtk, GdkPixbuf - import os -+import sys - - from locale import gettext as _ - -@@ -316,7 +317,11 @@ class SudoDialog(Gtk.Dialog): +@@ -314,7 +314,11 @@ class SudoDialog(Gtk.Dialog): Return True if successful. ''' # Set the pexpect variables and spawn the process. |