Ejemplo n.º 1
0
 def exportCrest(self, fitID, callback=None):
     fit = eos.db.getFit(fitID)
     return Port.exportCrest(fit, callback)
Ejemplo n.º 2
0
Archivo: fit.py Proyecto: Timmeey/Pyfa
 def exportCrest(self, fitID, callback=None):
     fit = eos.db.getFit(fitID)
     return Port.exportCrest(fit, callback)
Ejemplo n.º 3
0
 def clipboardCrest(self):
     fit = db_getFit(self.getActiveFit())
     toClipboard(Port.exportCrest(fit))
Ejemplo n.º 4
0
 def clipboardCrest(self):
     fit = db_getFit(self.getActiveFit())
     toClipboard(Port.exportCrest(fit))