Replace tab with spaces.

pull/2960/head
Michael DeHaan 12 years ago
parent e96bc981ce
commit 16709ecd76

@ -32,7 +32,7 @@ with warnings.catch_warnings():
try:
import paramiko
HAVE_PARAMIKO=True
logging.getLogger("paramiko").setLevel(logging.WARNING)
logging.getLogger("paramiko").setLevel(logging.WARNING)
except ImportError:
pass

Loading…
Cancel
Save