Move out DNA format into separate file

This commit is contained in:
DarkPhoenix
2018-08-30 15:46:29 +03:00
parent 302cab54fd
commit 02e35181d5
3 changed files with 203 additions and 199 deletions

View File

@@ -56,8 +56,9 @@ class IPortUser(metaclass=ABCMeta):
None: Pulse the progress bar
1: Replace message with data
other: Close dialog and handle based on :action (-1 open fits, -2 display error)
return: True is continue process, False is cancel.
"""
"""return: True is continue process, False is cancel."""
pass
def on_port_process_start(self):