Moved exportxml

svn: r19980
This commit is contained in:
Doug Blank 2012-07-10 21:16:37 +00:00
parent c6e45e6b40
commit e61df51701

View File

@ -1582,7 +1582,7 @@ class ViewManager(CLIManager):
callback=self.pulse_progressbar))
writer.export()
else:
from ExportXml import XmlWriter
from exportxml import XmlWriter
writer = XmlWriter(self.dbstate.db,
User(error=ErrorDialog,
callback=self.pulse_progressbar),