Current Path : /proc/thread-self/root/proc/thread-self/root/opt/alt/python34/lib/python3.4/site-packages/setuptools/ |
Current File : //proc/thread-self/root/proc/thread-self/root/opt/alt/python34/lib/python3.4/site-packages/setuptools/script template (dev).py |
# EASY-INSTALL-DEV-SCRIPT: %(spec)r,%(script_name)r __requires__ = """%(spec)r""" import sys from pkg_resources import require require("""%(spec)r""") del require __file__ = """%(dev_path)r""" if sys.version_info < (3, 0): execfile(__file__) else: exec(compile(open(__file__).read(), __file__, 'exec'))