poezio/plugins/gpg
Tanguy Ortolo 9eff396227 Fix inexistent method calls in the gpg plugin
The gpg plugin tries to call Presence.find() and Message.find(), that do not
exist. The correct calls are Presence.xml.find() and Message.xml.find().
2016-11-29 21:30:48 +01:00
..
__init__.py Fix inexistent method calls in the gpg plugin 2016-11-29 21:30:48 +01:00
gnupg.py Remove some unused things 2016-07-06 09:52:19 +02:00