fix(ssh-backend): fix accidentally added rhodecode_tools import
This commit is contained in:
parent
fa816afe7b
commit
2bbd831d7c
1 changed files with 1 additions and 1 deletions
|
|
@ -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__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue