Rename download_open function

This commit is contained in:
Florian Bruhin 2016-10-26 19:22:02 +02:00
parent fe230219a9
commit fe59e0618f

View File

@ -420,7 +420,7 @@ class _BasePrompt(QWidget):
def accept(self, value=None):
raise NotImplementedError
def open_download(self, _cmdline):
def download_open(self, _cmdline):
raise UnsupportedOperationError
def _allowed_commands(self):