• - + diff --git a/rowers/tests/test_plans.py b/rowers/tests/test_plans.py index 653b277b..6034a616 100644 --- a/rowers/tests/test_plans.py +++ b/rowers/tests/test_plans.py @@ -259,7 +259,7 @@ class SessionLinkTest(TestCase): plannedsessionstuple = [] for ps in pss: - sessiontpl = (ps.id,ps.__unicode__()) + sessiontpl = (ps.id,ps.__str__()) plannedsessionstuple.append(sessiontpl) plannedsessionstuple = tuple(plannedsessionstuple) @@ -270,7 +270,7 @@ class SessionLinkTest(TestCase): choices = [] for w in self.user_workouts: - wtpl = (w.id,w.__unicode__()) + wtpl = (w.id,w.__str__()) choices.append(wtpl) workoutdata['choices'] = tuple(choices) diff --git a/rowers/tests/testdata/testdata.csv.gz b/rowers/tests/testdata/testdata.csv.gz index cad981ca794bb85233b405dddaf4ab522945cae9..3098c1b69ebecf455efddc569bb0f26102b13177 100644 GIT binary patch delta 16 XcmeyL_& {% analytical_head_top %} - - + +