##// END OF EJS Templates
codingstyle: trivial whitespace fixes...
codingstyle: trivial whitespace fixes Reported by flake8.

File last commit:

r6789:76912908 default
r6789:76912908 default
Show More
__init__.py
13 lines | 331 B | text/x-python | PythonLexer
from gearbox.command import Command
class UpgradeDb(Command):
'''(removed)'''
deprecated = True
def run(self, args):
raise SystemExit(
'The "paster upgrade-db" command has been removed; please see the docs:\n'
' https://kallithea.readthedocs.io/en/default/upgrade.html'
)