We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c59d99 commit e44fbfaCopy full SHA for e44fbfa
1 file changed
winpython/wppm.py
@@ -450,8 +450,8 @@ def patch_standard_packages(self, package_name=''):
450
utils.patch_sourcefile(
451
self.target + (
452
r"\Lib\site-packages\PyQt5\examples\qtdemo\demoitemanimation.py"),
453
- "'.__init__(item, 'pos')",
454
- "'.__init__(item, b'pos')")
+ ".__init__(item, 'pos')",
+ ".__init__(item, b'pos')")
455
456
# workaround bad installers
457
if package_name.lower() == "theano" or package_name == '':
0 commit comments