From 13341dd4b5f6b6daa58f25f4c797df0f6be1f438 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Thu, 30 Apr 2015 10:31:37 +0900 Subject: [PATCH] Remove apparenlty dead import and __builtin__ assignment. Googling reveals this code is likely a remnant of prior code and no longer needed. It appears to have no effect on my system. --- electrum | 3 --- 1 file changed, 3 deletions(-) diff --git a/electrum b/electrum index 6490ad515..36072908b 100755 --- a/electrum +++ b/electrum @@ -37,9 +37,6 @@ if is_local or is_android: elif is_bundle and sys.platform=='darwin': sys.path.insert(0, os.getcwd() + "/lib/python2.7/packages") -import __builtin__ -__builtin__.use_local_modules = is_local or is_android - # pure-python dependencies need to be imported here for pyinstaller try: import aes