fix(ssh-backend): fix accidentally added rhodecode_tools import

This commit is contained in:
RhodeCode Admin 2024-11-08 15:18:23 +01:00
parent fa816afe7b
commit 2bbd831d7c

View file

@ -25,7 +25,7 @@ import tempfile
from subprocess import Popen, PIPE
import urllib.parse
from rhodecode_tools.lib.utils import safe_str
from rhodecode.lib.str_utils import safe_str
from .base import SshVcsServer
log = logging.getLogger(__name__)