Guest User

Untitled

a guest
Oct 11th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. from fabric.decorators import task
  2.  
  3. import app
  4. import db
  5. import puppet
  6. import virtualenv
  7.  
  8. @task
  9. def build():
  10. """Execute build tasks for all components."""
  11. virtualenv.build()
  12. db.build()
Add Comment
Please, Sign In to add comment