Added the basic stuff (pyfa side) for module copy -> needs an implemetation of module clone (eos or pyfa service side)

This commit is contained in:
HomeWorld
2011-05-03 20:54:31 +03:00
parent a3080df50a
commit a1e6bc34cf
2 changed files with 15 additions and 6 deletions

View File

@@ -340,6 +340,10 @@ class Fit(object):
fit.modules.remove(m)
fit.modules.insert(dst, m)
def cloneModule(self, fitID, src, dst):
#need implementation of module clone based on module positions (also make sure the dst is empty else do nothing)
pass
def addDrone(self, fitID, itemID):
if fitID == None:
return False