summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_iterator.py
diff options
context:
space:
mode:
Diffstat (limited to 'cherrypy/test/test_iterator.py')
-rw-r--r--cherrypy/test/test_iterator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/test/test_iterator.py b/cherrypy/test/test_iterator.py
index dcf4bc94..c09a7cf9 100644
--- a/cherrypy/test/test_iterator.py
+++ b/cherrypy/test/test_iterator.py
@@ -4,7 +4,7 @@ from cherrypy._cpcompat import unicodestr
class IteratorBase(object):
created = 0
- datachunk = u'butternut squash' * 256
+ datachunk = 'butternut squash' * 256
@classmethod
def incr(cls):