getting intervals_import working
This commit is contained in:
@@ -2,7 +2,6 @@ from rowers.mytypes import workouttypes, boattypes, ergtypes, otwtypes, workouts
|
||||
|
||||
from rowers.rower_rules import is_promember
|
||||
|
||||
from rowers.integrations import *
|
||||
from rowers.utils import (
|
||||
geo_distance, serialize_list, deserialize_list, uniqify,
|
||||
str2bool, range_to_color_hex, absolute, myqueue, NoTokenError
|
||||
@@ -130,6 +129,11 @@ def make_plot(r, w, f1, f2, plottype, title, imagename='', plotnr=0):
|
||||
|
||||
|
||||
def do_sync(w, options, quick=False):
|
||||
from rowers.integrations import (
|
||||
C2Integration, IntervalsIntegration,
|
||||
SportTracksIntegration, TPIntegration,
|
||||
StravaIntegration,
|
||||
)
|
||||
if w.duplicate:
|
||||
return 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user