Commit e8319c9e authored by Jason R. Coombs's avatar Jason R. Coombs

Add docstring

--HG--
extra : rebase_source : 79c95e70593d4e4177c3c1f9625e427d9ce0a16c
parent a78c722a
......@@ -1781,6 +1781,11 @@ def fix_jython_executable(executable, options):
class ScriptWriter(object):
"""
Encapsulates behavior around writing entry point scripts for console and
gui apps.
"""
template = (
"# EASY-INSTALL-ENTRY-SCRIPT: %(spec)r,%(group)r,%(name)r\n"
"__requires__ = %(spec)r\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment