##// END OF EJS Templates
fix(ssh-backend): fix accidentally added rhodecode_tools import
super-admin -
r5603:9026c170 default
parent child Browse files
Show More
@@ -25,7 +25,7 b' import tempfile'
25 25 from subprocess import Popen, PIPE
26 26 import urllib.parse
27 27
28 from rhodecode_tools.lib.utils import safe_str
28 from rhodecode.lib.str_utils import safe_str
29 29 from .base import SshVcsServer
30 30
31 31 log = logging.getLogger(__name__)
General Comments 0
You need to be logged in to leave comments. Login now