updated xml tests and removed unused xml code
This commit is contained in:
parent
01004d5ab9
commit
b37eb2fe74
13 changed files with 18 additions and 3369 deletions
|
@ -669,12 +669,11 @@ class EmuSession(Session):
|
|||
self.file_name = file_name
|
||||
self.instantiate()
|
||||
|
||||
def save_xml(self, file_name, version):
|
||||
def save_xml(self, file_name):
|
||||
"""
|
||||
Export a session to the EmulationScript XML format.
|
||||
|
||||
:param str file_name: file name to write session xml to
|
||||
:param str version: xml version type
|
||||
:return: nothing
|
||||
"""
|
||||
CoreXmlWriter(self).write(file_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue