mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
9 lines
288 B
Python
9 lines
288 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"""
|
|
try:
|
|
execfile(__file__)
|
|
except NameError:
|
|
exec(compile(open(__file__).read(), __file__, 'exec'))
|