Files
@ 240d54a3091e
Branch filter:
Location: kallithea/requirements.txt
240d54a3091e
228 B
text/plain
install-iis: remove import of non-existing AbstractInstallCommand
'gearbox -h' would fail to import install--is and complain:
Could not load EntryPoint.parse('install-iis = kallithea.lib.paster_commands.install_iis:Command')
AbstractInstallCommand was a paster thing, not present in gearbox ... but also
no longer used.
'gearbox -h' would fail to import install--is and complain:
Could not load EntryPoint.parse('install-iis = kallithea.lib.paster_commands.install_iis:Command')
AbstractInstallCommand was a paster thing, not present in gearbox ... but also
no longer used.