[Bugfix] 修复管理用户上传私钥兼容问题 (#451)

pull/453/head
crisewng 2017-05-25 11:14:21 +08:00 committed by 老广
parent 8ee1e468b8
commit 18169251fa
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import hashlib
from email.utils import formatdate from email.utils import formatdate
import calendar import calendar
import threading import threading
from io import StringIO from six import StringIO
import paramiko import paramiko
import sshpubkeys import sshpubkeys