Files
@ 240d54a3091e
Branch filter:
Location: kallithea/scripts/whitespacecleanup.sh
240d54a3091e
1.4 KiB
text/x-sh
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.