tests/test-newercgi.t
branchstable
changeset 50734 d5cd1fd690f3
parent 39727 a2bb0ec3b4d4
--- a/tests/test-newercgi.t	Tue Jun 27 12:09:17 2023 +0200
+++ b/tests/test-newercgi.t	Mon Jun 26 18:00:28 2023 +0200
@@ -9,9 +9,6 @@
   > #
   > # An example CGI script to use hgweb, edit as necessary
   > 
-  > import cgitb
-  > cgitb.enable()
-  > 
   > from mercurial import demandimport; demandimport.enable()
   > from mercurial.hgweb import hgweb
   > from mercurial.hgweb import wsgicgi
@@ -32,9 +29,6 @@
   > #
   > # An example CGI script to export multiple hgweb repos, edit as necessary
   > 
-  > import cgitb
-  > cgitb.enable()
-  > 
   > from mercurial import demandimport; demandimport.enable()
   > from mercurial.hgweb import hgwebdir
   > from mercurial.hgweb import wsgicgi