URI: 
       tthis probably fixes #4072 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 2deae196d92b8ce8097812fd5381c61416499cae
   DIR parent 449734f3a0b8fb2396d88bf8b9fec2c6fb71d9f2
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Thu,  8 Mar 2018 10:14:32 +0100
       
       tthis probably fixes #4072
       
       Diffstat:
         M lib/qrscanner.py                    |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/qrscanner.py b/lib/qrscanner.py
       t@@ -36,7 +36,7 @@ else:
        
        try:
            libzbar = ctypes.cdll.LoadLibrary(name)
       -except OSError:
       +except BaseException:
            libzbar = None