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: try:
import paramiko import paramiko
HAVE_PARAMIKO=True HAVE_PARAMIKO=True
logging.getLogger("paramiko").setLevel(logging.WARNING) logging.getLogger("paramiko").setLevel(logging.WARNING)
except ImportError: except ImportError:
pass pass

Loading…
Cancel
Save