Made some limited progress on the damage editor

Can't keep my eyes open anymore :(
This commit is contained in:
Corollax
2010-11-19 08:32:36 -06:00
parent fcd98318a2
commit ba6d370a0e
2 changed files with 14 additions and 2 deletions

View File

@@ -65,3 +65,11 @@ class DamagePattern():
def saveChanges(self, p):
eos.db.save(p)
def importPatterns(self):
print "Import In Service"
eos.importPatterns()
def exportPatterns(self):
print "Export In Service"
eos.exportPatterns()