summaryrefslogtreecommitdiff
path: root/plugins/notify.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-03-07 17:42:45 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-03-07 17:42:45 +0100
commitce6c16a430855a4348dff37b6d29e0899ffd9732 (patch)
tree907e4c78f096a55fce871268cc021e8f3b27c3b2 /plugins/notify.py
parenta3b87919cc8794d7df5254c5d34047cbced987c3 (diff)
downloadportato-ce6c16a430855a4348dff37b6d29e0899ffd9732.tar.gz
portato-ce6c16a430855a4348dff37b6d29e0899ffd9732.tar.bz2
portato-ce6c16a430855a4348dff37b6d29e0899ffd9732.zip
Fixed the Sync keybinding. Thanks to Daniel Halens for reporting
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
rib/importers/revelation2pass.py", line 117, in decrypt_gz ct = c.decrypt(cipher_text[28:]) File "/usr/lib/python2.7/site-packages/Crypto/Cipher/blockalgo.py", line 295, in decrypt return self._cipher.decrypt(ciphertext) I was unable to fix the problem, but I created a workaround, that add plain XML import option to the revelation2pass.py script. Revelation can export its password file as plain XML format. 2014-04-17platform: add cygwin supportJason A. Donenfeld2-1/+17 According to Brandon Jones, all we need to do is adjust /dev/clipboard from xclip. So we add a platform specific file to do so. http://www.relaytheurgency.com/2014/04/pass-in-cygwin-relatively-simple.html Suggested-by: Brandon Jones <jones.brandon.lee@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>