1diff --git a/weechat_otr.py b/weechat_otr.py 2index 0ccfb35..c42bebf 100644 3--- a/weechat_otr.py 4+++ b/weechat_otr.py 5@@ -41,6 +41,8 @@ import shlex 6 import shutil 7 import sys 8 9+sys.path.append('@env@') 10+ 11 import potr 12 import weechat 13