diff --git a/aiida_sshonly/transports/sshonly.py b/aiida_sshonly/transports/sshonly.py index b16804e..b5d898f 100644 --- a/aiida_sshonly/transports/sshonly.py +++ b/aiida_sshonly/transports/sshonly.py @@ -19,7 +19,7 @@ import aiida from distutils.version import StrictVersion # pylint: disable=no-name-in-module,import-error -if aiida.get_strict_version() < StrictVersion('1.6.0'): +if aiida.get_strict_version() < StrictVersion('2.0.0'): from .ssh import SshTransport else: from aiida.transports.plugins.ssh import SshTransport