Skip to content

Commit

Permalink
Remove fileinfo import
Browse files Browse the repository at this point in the history
  • Loading branch information
Pan committed Aug 6, 2017
1 parent b2cafd8 commit 265e75b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
21 changes: 1 addition & 20 deletions ssh2/session.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ssh2/session.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ from exceptions cimport SessionHandshakeError, SessionStartupError, \
from listener cimport PyListener
from sftp cimport PySFTP
from utils cimport to_bytes, to_str
from fileinfo cimport FileInfo
# from fileinfo cimport FileInfo
from statinfo cimport StatInfo


Expand Down

0 comments on commit 265e75b

Please sign in to comment.