PATCH: Fix typo in web.py

Mark Mitchell mark at codesourcery.com
Wed Aug 27 16:07:41 UTC 2003


This patch fixes the quotation issue that Danny Faught noticed while
running sloccount.

--
Mark Mitchell
CodeSourcery, LLC
mark at codesourcery.com

2003-08-27  Mark Mitchell  <mark at codesourcery.com>

	* qm/test/web/web.py (LoadContextPage.prompt): Fix quoting.

Index: qm/test/web/web.py
===================================================================
RCS file: /home/sc/Repository/qm/qm/test/web/web.py,v
retrieving revision 1.76
diff -c -5 -p -r1.76 web.py
*** qm/test/web/web.py	30 Jul 2003 21:25:31 -0000	1.76
--- qm/test/web/web.py	27 Aug 2003 16:00:42 -0000
*************** class LoadContextPage(QMTestPage):
*** 725,735 ****
      """The title for the page."""
      
      heading = "Load the context from a file."
      """The heading printed across the top of the page."""
      
!     prompt = "The file from which to load the context."""
      """The prompt for the file name."""
      
      submit_url = "submit-context-file"
      """The URL to which the file should be submitted."""
      
--- 725,735 ----
      """The title for the page."""
      
      heading = "Load the context from a file."
      """The heading printed across the top of the page."""
      
!     prompt = "The file from which to load the context."
      """The prompt for the file name."""
      
      submit_url = "submit-context-file"
      """The URL to which the file should be submitted."""
      



More information about the qmtest mailing list