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.
This commit is contained in:
Neil Booth 2015-04-30 10:31:37 +09:00
parent 8dbb5e2a87
commit 13341dd4b5
1 changed files with 0 additions and 3 deletions

View File

@ -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