Commit 16709ecd by Michael DeHaan

Replace tab with spaces.

parent e96bc981
...@@ -32,7 +32,7 @@ with warnings.catch_warnings(): ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment