Skip to content

Commit e44fbfa

Browse files
author
stonebig
committed
bug fix of bug fix
1 parent 7c59d99 commit e44fbfa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

winpython/wppm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,8 @@ def patch_standard_packages(self, package_name=''):
450450
utils.patch_sourcefile(
451451
self.target + (
452452
r"\Lib\site-packages\PyQt5\examples\qtdemo\demoitemanimation.py"),
453-
"'.__init__(item, 'pos')",
454-
"'.__init__(item, b'pos')")
453+
".__init__(item, 'pos')",
454+
".__init__(item, b'pos')")
455455

456456
# workaround bad installers
457457
if package_name.lower() == "theano" or package_name == '':

0 commit comments

Comments
 (0)