Example #1
0
 def exportCrest(self, fitID, callback=None):
     fit = eos.db.getFit(fitID)
     return Port.exportCrest(fit, callback)
Example #2
0
File: fit.py Project: Timmeey/Pyfa
 def exportCrest(self, fitID, callback=None):
     fit = eos.db.getFit(fitID)
     return Port.exportCrest(fit, callback)
Example #3
0
 def clipboardCrest(self):
     fit = db_getFit(self.getActiveFit())
     toClipboard(Port.exportCrest(fit))
Example #4
0
 def clipboardCrest(self):
     fit = db_getFit(self.getActiveFit())
     toClipboard(Port.exportCrest(fit))