mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
7 lines
202 B
Python
7 lines
202 B
Python
# EASY-INSTALL-DEV-SCRIPT: %(spec)r,%(script_name)r
|
|
__requires__ = """%(spec)r"""
|
|
from pkg_resources import require; require("""%(spec)r""")
|
|
del require
|
|
__file__ = """%(dev_path)r"""
|
|
execfile(__file__)
|