Beispiel #1
0
 def exportCrest(self, fitID, callback=None):
     fit = eos.db.getFit(fitID)
     return Port.exportCrest(fit, callback)
Beispiel #2
0
 def exportCrest(self, fitID, callback=None):
     fit = eos.db.getFit(fitID)
     return Port.exportCrest(fit, callback)
Beispiel #3
0
 def clipboardCrest(self):
     fit = db_getFit(self.getActiveFit())
     toClipboard(Port.exportCrest(fit))
Beispiel #4
0
 def clipboardCrest(self):
     fit = db_getFit(self.getActiveFit())
     toClipboard(Port.exportCrest(fit))