--- 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