Private
Public Access
1
0

changes to accomodate the golang implementation

This commit is contained in:
Sander Roosendaal
2020-02-12 18:09:44 +01:00
parent de5d030168
commit 9f6873c40e
2 changed files with 25 additions and 8 deletions

View File

@@ -5,6 +5,9 @@ from __future__ import unicode_literals
from six import iteritems
import collections
workouttypes_ordered = collections.OrderedDict({
'water':'Standard Racing Shell',
'rower':'Indoor Rower',
@@ -289,7 +292,7 @@ workoutsources = (
('ergstick','ergstick'),
('fit','fit'),
('unknown','unknown'))
boattypes = (
('1x', '1x (single)'),
('2x', '2x (double)'),