Skip to content

Commit

Permalink
Merge pull request #4799 from dalthviz/fixes_issue_4797
Browse files Browse the repository at this point in the history
PR: Delete scientific_startup.py
  • Loading branch information
ccordoba12 authored Jul 25, 2017
2 parents 18a677c + af5dc0d commit f38444a
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 f38444a

Please sign in to comment.