summaryrefslogtreecommitdiff
path: root/cherrypy/test/logtest.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-02-04 13:11:20 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-02-04 13:44:14 -0500
commitc314adc4deb7cd43aa985ce2541e39588e4098cb (patch)
treedaedd192da82551b82846fa2ee052ba3422bc9ab /cherrypy/test/logtest.py
parent513d4bfef99e7e599bc60c7da745d18439567797 (diff)
downloadcherrypy-git-c314adc4deb7cd43aa985ce2541e39588e4098cb.tar.gz
Use bytes literals where appropriatev14.0.0
Diffstat (limited to 'cherrypy/test/logtest.py')
-rw-r--r--cherrypy/test/logtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/test/logtest.py b/cherrypy/test/logtest.py
index b51a0e32..ed8f1540 100644
--- a/cherrypy/test/logtest.py
+++ b/cherrypy/test/logtest.py
@@ -47,7 +47,7 @@ class LogCase(object):
logfile = None
lastmarker = None
- markerPrefix = ntob('test suite marker: ')
+ markerPrefix = b'test suite marker: '
def _handleLogError(self, msg, data, marker, pattern):
print('')