mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 00:41:31 +00:00
Merge pull request #1175 from kyuupichan/dead_import
Remove apparenlty dead import and __builtin__ assignment.
This commit is contained in:
commit
102feb1dfd
1 changed files with 0 additions and 3 deletions
3
electrum
3
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
|
||||
|
|
Loading…
Add table
Reference in a new issue