From: stevenknight Date: Fri, 1 May 2009 03:45:25 +0000 (+0000) Subject: Add __revision__ to new file, make __doc__ explicit. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d6f27326233f381c67a6841677ccc2614c1c8c6d;p=scons.git Add __revision__ to new file, make __doc__ explicit. git-svn-id: http://scons.tigris.org/svn/scons/trunk@4169 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/src/engine/SCons/Tool/textfile.py b/src/engine/SCons/Tool/textfile.py index d7ebe774..976611ba 100644 --- a/src/engine/SCons/Tool/textfile.py +++ b/src/engine/SCons/Tool/textfile.py @@ -21,7 +21,8 @@ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -""" + +__doc__ = """ Textfile/Substfile builder for SCons. Create file 'target' which typically is a textfile. The 'source' @@ -43,6 +44,8 @@ Textfile/Substfile builder for SCons. is unpredictible whether the expansion will occur. """ +__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" + import SCons import os