Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR: Delete scientific_startup.py #4799

Merged
merged 2 commits into from
Jul 25, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.widgets.externalshell.sitecustomize']
Copy link
Member

@ccordoba12 ccordoba12 Jul 24, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is now spyder.utils.site.sitecustomize, so please change that too.


#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.