qrtt1

Untitled

Jul 16th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. >>> from fabric.api import local
  2. >>> out = local("uname")
  3. [localhost] local: uname
  4. Darwin
  5. >>> print out
  6.  
  7. >>> print ">>%s<<" % out
  8. >><<
  9. >>>
Advertisement
Add Comment
Please, Sign In to add comment