Private
Public Access
1
0

removed TCXParserNoHR

This commit is contained in:
Sander Roosendaal
2017-10-21 20:53:06 +02:00
parent bd92646057
commit db9e38c9bb
3 changed files with 2 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ import arrow
from django.utils.timezone import get_current_timezone
thetimezone = get_current_timezone()
from rowingdata import (
TCXParser,RowProParser,ErgDataParser,TCXParserNoHR,
TCXParser,RowProParser,ErgDataParser,
CoxMateParser,
BoatCoachParser,RowPerfectParser,BoatCoachAdvancedParser,
MysteryParser,BoatCoachOTWParser,
@@ -744,10 +744,6 @@ def handle_nonpainsled(f2,fileformat,summary=''):
if (fileformat == 'mystery'):
row = MysteryParser(f2)
# handle TCX no HR
if (fileformat == 'tcxnohr'):
row = TCXParserNoHR(f2)
# handle RowPerfect
if (fileformat == 'rowperfect3'):
row = RowPerfectParser(f2)