changes to accomodate the golang implementation
This commit is contained in:
@@ -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)'),
|
||||
|
||||
Reference in New Issue
Block a user