Skip to content

Commit

Permalink
no more needed workaround for spyder3-3.3.3 and PyQt5-5.12.1 icon issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebig committed Mar 8, 2019
1 parent b9025d3 commit 2a20863
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions winpython/wppm.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,11 +483,6 @@ def patch_standard_packages(self, package_name='', to_movable=True):
r"\Lib\site-packages\spyder\config\main.py"),
"'check_updates_on_startup': True,",
"'check_updates_on_startup': False,")
utils.patch_sourcefile(
self.target + (
r"\Lib\site-packages\spyder\config\main.py"),
"'icon_theme': 'spyder 3'",
"'icon_theme': 'spyder 2'")

# workaround bad installers
if package_name.lower() == "numba":
Expand Down

0 comments on commit 2a20863

Please sign in to comment.