def setup_desktop():
'''Run setup tasks to set up a nicely configured desktop pc.'''
# decorator @needs_repo_fabsetup_custom makes the job
print('Init completed. Now run this task again.')
# Next time, the task setup_desktop from
# fabsetup_custom/fabfile_/__init__.py will be executed
# instead
评论列表
文章目录