diff --git a/client/securedrop_client/gui/conversation/export/whistleflow_dialog.py b/client/securedrop_client/gui/conversation/export/whistleflow_dialog.py index d1b4a4ea1..1a9237cba 100644 --- a/client/securedrop_client/gui/conversation/export/whistleflow_dialog.py +++ b/client/securedrop_client/gui/conversation/export/whistleflow_dialog.py @@ -10,7 +10,7 @@ from PyQt5.QtCore import QSize, pyqtSlot -from securedrop_client.export import ExportError, ExportStatus +from securedrop_client.export_status import ExportError, ExportStatus from securedrop_client.gui.base import ModalDialog, SecureQLabel from ....export import Export