removed TCXParserNoHR
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user