URI: 
       tadd dns to imports - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 35923f1df02903dc8a97cfb7a96e22307322f318
   DIR parent 916071ce618482d817dc31bfecc7d825b0e5003f
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Wed, 29 Jul 2015 18:37:00 +0200
       
       add dns to imports
       
       Diffstat:
         M electrum                            |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/electrum b/electrum
       t@@ -37,6 +37,7 @@ elif is_bundle and sys.platform=='darwin':
        
        # pure-python dependencies need to be imported here for pyinstaller
        try:
       +    import dns
            import aes
            import ecdsa
            import requests