weechatScripts.weechat-otr: init at 1.9.2

This commit is contained in:
geistesk
2019-09-02 11:28:58 +02:00
parent 57507ca0b1
commit d81e7bdf45
3 changed files with 81 additions and 0 deletions
@@ -0,0 +1,13 @@
diff --git a/weechat_otr.py b/weechat_otr.py
index 0ccfb35..c42bebf 100644
--- a/weechat_otr.py
+++ b/weechat_otr.py
@@ -41,6 +41,8 @@ import shlex
import shutil
import sys
+sys.path.append('@env@')
+
import potr
import weechat