Advertisement
Guest User

Untitled

a guest
May 28th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.32 KB | None | 0 0
  1. #!C:\Python27\python.exe
  2. # EASY-INSTALL-ENTRY-SCRIPT: 'Leapcast==0.1.3','console_scripts','leapcast'
  3. __requires__ = 'Leapcast==0.1.3'
  4. import sys
  5. from pkg_resources import load_entry_point
  6.  
  7. if __name__ == '__main__':
  8.     sys.exit(
  9.         load_entry_point('Leapcast==0.1.3', 'console_scripts', 'leapcast')()
  10.     )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement