Commit 16709ecd by Michael DeHaan

Replace tab with spaces.

parent e96bc981
......@@ -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
......
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