fix some, missed import references.

This commit is contained in:
Ebag333
2016-12-15 16:17:10 -08:00
parent c858fc2859
commit d7c71f5d47
2 changed files with 18 additions and 11 deletions

View File

@@ -810,7 +810,7 @@ class MainFrame(wx.Frame):
parent=self,
style=wx.PD_APP_MODAL | wx.PD_ELAPSED_TIME,
)
Port.backupFits(filePath, self.backupCallback)
Port().backupFits(filePath, self.backupCallback)
self.progressDialog.ShowModal()
def exportHtml(self, event):