Skip to content

Commit

Permalink
Forgot to import errno
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerfiliba authored and bitprophet committed Nov 29, 2012
1 parent bc3674d commit 537f95d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paramiko/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import time
import threading
import socket
import errno
import os

from paramiko.common import *
Expand Down

0 comments on commit 537f95d

Please sign in to comment.