URI: 
       tfollow-up prev - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 1c63bca2c70247e1db32e79058a51b11c641b9ed
   DIR parent 5b4fada2a03f1ebfb156d7c4c7e5d468669ae8d6
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Tue, 30 Oct 2018 19:19:46 +0100
       
       follow-up prev
       
       Diffstat:
         M electrum/interface.py               |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/electrum/interface.py b/electrum/interface.py
       t@@ -42,6 +42,7 @@ from .version import ELECTRUM_VERSION, PROTOCOL_VERSION
        from . import blockchain
        from .blockchain import Blockchain
        from . import constants
       +from .i18n import _
        
        if TYPE_CHECKING:
            from .network import Network