tests/test-newcgi.t
branchstable
changeset 50734 d5cd1fd690f3
parent 41346 9448b2e4c9fa
--- a/tests/test-newcgi.t	Tue Jun 27 12:09:17 2023 +0200
+++ b/tests/test-newcgi.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
@@ -35,9 +32,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