mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 17:20:29 -04:00
written by Savio Lam, and later rewritten by Thomas E. Dickey. Its purpose is to provide an easy to use, pythonic and comprehensive Python 3 interface to dialog. This allows one to make simple text-mode user interfaces on Unix-like systems. WWW: http://pythondialog.sourceforge.net/
11 lines
489 B
Python
11 lines
489 B
Python
--- dialog.py.orig 2016-05-07 16:38:28 UTC
|
|
+++ dialog.py
|
|
@@ -878,7 +878,7 @@ class Dialog:
|
|
# wants to know the (integer) error exit status, here it is...
|
|
return self._DIALOG_ERROR
|
|
|
|
- def __init__(self, dialog="dialog", DIALOGRC=None,
|
|
+ def __init__(self, dialog="cdialog", DIALOGRC=None,
|
|
compat="dialog", use_stdout=None, *, autowidgetsize=False,
|
|
pass_args_via_file=None):
|
|
"""Constructor for :class:`Dialog` instances.
|