Ubuntu Pastebin

Paste from sergiusens at Wed, 5 Aug 2015 14:50:11 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#!/home/sergiusens/source/github.com/sergiusens/galileo/parts/python2/install/usr/bin/python2
# EASY-INSTALL-ENTRY-SCRIPT: 'galileo==0.5dev','console_scripts','galileo'
__requires__ = 'galileo==0.5dev'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
    sys.exit(
        load_entry_point('galileo==0.5dev', 'console_scripts', 'galileo')()
    )
Download as text