blob: 68422b1f641c13960ceaa105f9f8eebba5d40057 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# NX Dialog Helper Tool
The ``nxdialog`` script can be executed with Python 2.6.x (or higher) and
Python 3.4.x (or higher) alike.
## Runtime Dependencies
Required Python modules:
* argparse
* gi
Required GIR namespaces:
* Gtk
* Gdk
* GdkX11
See the man page for more details.
## License
The ``nxdialog`` script and related files have been licensed under GPLv2+.
|