weechatScripts.wee-slack: 2.1.1 => 2.2.0

This commit is contained in:
Franz Pletz
2018-11-16 00:45:07 +01:00
parent 9756e6bc74
commit 31bd0df53d
3 changed files with 29 additions and 4 deletions
@@ -0,0 +1,13 @@
diff --git a/wee_slack.py b/wee_slack.py
index c5c7bc6..23fef2f 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -25,6 +25,8 @@ try:
except:
from StringIO import StringIO
+sys.path.append('@env@')
+
from websocket import create_connection, WebSocketConnectionClosedException
# hack to make tests possible.. better way?