Ensure that there's an __init__.py file present in the backports module directory on Windows

This commit is contained in:
Dave Page 2017-05-15 15:03:15 +01:00
parent 001e0ce1cf
commit aa554eb767

View File

@ -201,6 +201,9 @@ REM Main function Ends
ECHO Removing Sphinx
pip uninstall -y sphinx Pygments alabaster colorama docutils imagesize requests snowballstemmer
ECHO Fixing backports.csv - adding missing __init__.py
type nul >> "%PGBUILDPATH%\%VIRTUALENV%\Lib\site-packages\backports\__init__.py"
ECHO Assembling runtime environment...
CD "%WD%\runtime"
IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL%