8000 Merge pull request #725 from stonebig/master · ppbhatt/winpython@39ce72f · GitHub
[go: up one dir, main page]

Skip to content

Commit 39ce72f

Browse files
authored
Merge pull request winpython#725 from stonebig/master
no more needed workaround for spyder3-3.3.3 and PyQt5-5.12.1 icon issue
2 parents 37375dc + 2a20863 commit 39ce72f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

winpython/wppm.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -483,11 +483,6 @@ def patch_standard_packages(self, package_name='', to_movable=True):
483483
r"\Lib\site-packages\spyder\config\main.py"),
484484
"'check_updates_on_startup': True,",
485485
"'check_updates_on_startup': False,")
486-
utils.patch_sourcefile(
487-
self.target + (
488-
r"\Lib\site-packages\spyder\config\main.py"),
489-
"'icon_theme': 'spyder 3'",
490-
"'icon_theme': 'spyder 2'")
491486

492487
# workaround bad installers
493488
if package_name.lower() == "numba":

0 commit comments

Comments
 (0)
0