tfix qt package name - electrum - Electrum Bitcoin wallet
 (HTM) git clone https://git.parazyd.org/electrum
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit dc9a25b83cc131493adcc2402779fcf6cc816ad0
 (DIR) parent a9678aee78ad6125770e511456a92443c80fc605
 (HTM) Author: ThomasV <thomasv@electrum.org>
       Date:   Sun, 27 Aug 2017 07:18:33 +0200
       
       fix qt package name
       
       Diffstat:
         M gui/qt/__init__.py                  |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/gui/qt/__init__.py b/gui/qt/__init__.py
       t@@ -30,7 +30,7 @@ import signal
        try:
            import PyQt4
        except Exception:
       -    sys.exit("Error: Could not import PyQt4 on Linux systems, you may try 'sudo apt-get install python-qt4'")
       +    sys.exit("Error: Could not import PyQt4 on Linux systems, you may try 'sudo apt-get install python3-pyqt4'")
        
        from PyQt4.QtGui import *
        from PyQt4.QtCore import *