branch | py33 |
changeset 3794 | 398ea04239b5 |
parent 3617 | ae5744e97c42 |
child 4252 | fe660f227cac |
--- a/tests/test_charts_textlabels.py Tue Nov 19 12:21:04 2013 +0000 +++ b/tests/test_charts_textlabels.py Tue Nov 19 13:50:34 2013 +0000 @@ -86,7 +86,7 @@ drawings = [] for boxAnchors in ('sw se nw ne', 'w e n s', 'c'): - boxAnchors = string.split(boxAnchors, ' ') + boxAnchors = boxAnchors.split(' ') # Create drawing. d = Drawing(w, h)