Skip to content

Commit

Permalink
Merge from 3.x: PR #4799
Browse files Browse the repository at this point in the history
Fixes #4797
  • Loading branch information
ccordoba12 committed Jul 25, 2017
2 parents 77afb4b + f38444a commit d5d489e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 159 deletions.
3 changes: 1 addition & 2 deletions create_exe.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ def create_executable():
dist.add_modules('guiqwt')
except ImportError:
pass
dist.includes += ['spyder.scientific_startup',
'spyder.widgets.externalshell.sitecustomize']
dist.includes += ['spyder.utils.site.sitecustomize']

#XXX: ...until we are able to distribute them (see guidata.disthelpers)
dist.excludes += ['sphinx', 'zmq', 'IPython']
Expand Down
3 changes: 0 additions & 3 deletions spyder/config/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,6 @@ def is_py2exe_or_cx_Freeze():
return osp.isfile(osp.join(get_module_path('spyder'), osp.pardir))


SCIENTIFIC_STARTUP = get_module_source_path('spyder', 'scientific_startup.py')


#==============================================================================
# Image path list
#==============================================================================
Expand Down
154 changes: 0 additions & 154 deletions spyder/scientific_startup.py

This file was deleted.

0 comments on commit d5d489e

Please sign in to comment.