Trees | Indices | Help |
---|
|
1 import click 2 from . import deprioritize_actions 3 from coprs import db_session_scope 4 from coprs.logic.complex_logic import ComplexLogic10 """ 11 Clean all the expired temporary projects. This command is meant to be 12 executed by cron. 13 """ 14 15 with db_session_scope(): 16 ComplexLogic.delete_expired_projects()17
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |