Skip to content

Commit

Permalink
Line length
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Jeffrey committed Oct 29, 2015
1 parent 968324a commit 6038066
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion labrad/crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
from twisted.internet import ssl
TLS = True
else:
logging.warning("Twisted version >= 14.0.0 required for SSL support. Older versions don't support the platform CA roots.")
logging.warning("Twisted version >= 14.0.0 required for SSL support. "
"Older versions don't support the platform CA roots.")
TLS = False
except ImportError:
logging.warning('pyOpenSSL not found. Without encryption you will only be '
Expand Down

0 comments on commit 6038066

Please sign in to comment.