about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc/weechat/scripts/wee-slack/libpath.patch
diff options
context:
space:
mode:
authorgeistesk <github.jyf300hj@0x21.biz>2019-06-05 22:17:24 +0200
committergeistesk <github.jyf300hj@0x21.biz>2019-06-05 22:17:24 +0200
commit1420e7dea86ba0870d22d080324b2cfef64f6ce1 (patch)
treecd545437b9022718b85ea4f48beb370142780b04 /pkgs/applications/networking/irc/weechat/scripts/wee-slack/libpath.patch
parent57507ca0b1e6686168427750f4989300b5a95e7c (diff)
downloadnixlib-1420e7dea86ba0870d22d080324b2cfef64f6ce1.tar
nixlib-1420e7dea86ba0870d22d080324b2cfef64f6ce1.tar.gz
nixlib-1420e7dea86ba0870d22d080324b2cfef64f6ce1.tar.bz2
nixlib-1420e7dea86ba0870d22d080324b2cfef64f6ce1.tar.lz
nixlib-1420e7dea86ba0870d22d080324b2cfef64f6ce1.tar.xz
nixlib-1420e7dea86ba0870d22d080324b2cfef64f6ce1.tar.zst
nixlib-1420e7dea86ba0870d22d080324b2cfef64f6ce1.zip
weechatScripts.wee-slack: 2.2.0 -> 2.3.0
Diffstat (limited to 'pkgs/applications/networking/irc/weechat/scripts/wee-slack/libpath.patch')
-rw-r--r--pkgs/applications/networking/irc/weechat/scripts/wee-slack/libpath.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/networking/irc/weechat/scripts/wee-slack/libpath.patch b/pkgs/applications/networking/irc/weechat/scripts/wee-slack/libpath.patch
index 8887e075f13c..af2dd36b41c5 100644
--- a/pkgs/applications/networking/irc/weechat/scripts/wee-slack/libpath.patch
+++ b/pkgs/applications/networking/irc/weechat/scripts/wee-slack/libpath.patch
@@ -1,13 +1,13 @@
 diff --git a/wee_slack.py b/wee_slack.py
-index c5c7bc6..23fef2f 100644
+index dbe6446..d1b7546 100644
 --- a/wee_slack.py
 +++ b/wee_slack.py
-@@ -25,6 +25,8 @@ try:
- except:
-     from StringIO import StringIO
+@@ -25,6 +25,8 @@ import random
+ import socket
+ import string
  
 +sys.path.append('@env@')
 +
- from websocket import create_connection, WebSocketConnectionClosedException
+ from websocket import ABNF, create_connection, WebSocketConnectionClosedException
  
- # hack to make tests possible.. better way?
+ try: