File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -507,13 +507,10 @@ def _create_batch_scripts(self):
507507 options = '--light' )
508508 self .create_python_batch ('register_python.bat' ,
509509 r'\Scripts' , 'register_python' )
510- self .create_batch_script ('register_this_python.bat' , r"""@echo off
511- call %~dp0env.bat
512- call %~dp0register_python.bat %WINPYDIR%""" )
513- self .create_batch_script ('register_this_python_for_all.bat' ,
510+ self .create_batch_script ('register_python_for_all.bat' ,
514511 r"""@echo off
515512call %~dp0env.bat
516- call %~dp0register_python.bat --all %WINPYDIR% """ )
513+ call %~dp0register_python.bat --all""" )
517514 self .create_python_batch ('wpcp.bat' , r'\Scripts' , 'wpcp' )
518515 self .create_python_batch ('pyqt_demo.bat' ,
519516 r'\Lib\site-packages\PyQt4\examples\demos\qtdemo' , 'qtdemo.pyw' )
You can’t perform that action at this time.
0 commit comments