##// END OF EJS Templates
py3: add a missing b'' in tests/test-newercgi.t...
Pulkit Goyal -
r39763:a2bb0ec3 default
parent child Browse files
Show More
@@ -39,7 +39,7 b' This is a rudimentary test of the CGI fi'
39 > from mercurial.hgweb import hgwebdir
39 > from mercurial.hgweb import hgwebdir
40 > from mercurial.hgweb import wsgicgi
40 > from mercurial.hgweb import wsgicgi
41 >
41 >
42 > application = hgwebdir("hgweb.config")
42 > application = hgwebdir(b"hgweb.config")
43 > wsgicgi.launch(application)
43 > wsgicgi.launch(application)
44 > HGWEBDIR
44 > HGWEBDIR
45
45
General Comments 0
You need to be logged in to leave comments. Login now