Advertisement
Guest User

Untitled

a guest
Nov 20th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #! /usr/bin/python
  2. # PBR Generated from 'console_scripts'
  3.  
  4. import sys
  5.  
  6. from nova.cmd.dhcpbridge import main
  7.  
  8.  
  9. if __name__ == "__main__":
  10. sys.exit(main())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement