Small refactor

This commit is contained in:
Petr Kalis 2021-10-05 15:38:06 +02:00
parent 2c6efcc017
commit 7c61510f30

View file

@ -16,8 +16,6 @@ try:
import pysftp
except (ImportError, SyntaxError):
pass
# if six.PY3:
# six.reraise(*sys.exc_info())
# handle imports from Python 2 hosts - in those only basic methods are used
log.warning("Import failed, imported from Python 2, operations will fail.")