diff options
author | Ben McGinnes <[email protected]> | 2015-08-02 01:01:02 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2015-08-02 01:01:02 +0000 |
commit | 1cd0aef0afb196094d90673002d4c210a04911c9 (patch) | |
tree | a4e8502fc20fb081f96bec523c32b005c921071f /lang/py3-pyme/examples/PyGtkGpgKeys.gladep | |
parent | Python 3 port of PyME (diff) | |
download | gpgme-1cd0aef0afb196094d90673002d4c210a04911c9.tar.gz gpgme-1cd0aef0afb196094d90673002d4c210a04911c9.zip |
Removed GUI examples
* GUI examples written with pygtk, which has not been ported to Python
3 and won't be as it is for GTK2 and GNOME is moving to GTK3.
* New GUI examples may be required in future using any of several GUI
frameworks (e.g. wxPython, PyQt, PySide, PyGObject, etc.).
Diffstat (limited to '')
-rw-r--r-- | lang/py3-pyme/examples/PyGtkGpgKeys.gladep | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lang/py3-pyme/examples/PyGtkGpgKeys.gladep b/lang/py3-pyme/examples/PyGtkGpgKeys.gladep deleted file mode 100644 index 466acc84..00000000 --- a/lang/py3-pyme/examples/PyGtkGpgKeys.gladep +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*--> -<!DOCTYPE glade-project SYSTEM "http://glade.gnome.org/glade-project-2.0.dtd"> - -<glade-project> - <name>GtkGpgKeys</name> - <program_name>GtkGpgKeys</program_name> - <gnome_support>FALSE</gnome_support> -</glade-project> |