From e8319c9ece0460cb905e92c31756fd86d6b88cc7 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 6 Aug 2013 10:48:46 +0200 Subject: Add docstring --HG-- extra : rebase_source : 79c95e70593d4e4177c3c1f9625e427d9ce0a16c --- setuptools/command/easy_install.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'setuptools/command/easy_install.py') diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index f82125d6..6c1ea631 100755 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -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" -- cgit v1.2.1