diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-08 17:31:50 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-08 17:31:50 -0700 |
commit | e71f4e59878a636268475f642ed4e98a1b3e375d (patch) | |
tree | ae072ae590c09e6b697403fdcafeccd4ab2ad3df | |
parent | 27c1b4978890b403956756c1ca11e770a6be71da (diff) |
Consistency pls
-rw-r--r-- | paramiko/ssh_gss.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/paramiko/ssh_gss.py b/paramiko/ssh_gss.py index d4be9bee..ebf2cc80 100644 --- a/paramiko/ssh_gss.py +++ b/paramiko/ssh_gss.py @@ -33,10 +33,10 @@ import struct import os import sys -''' -:var bool GSS_AUTH_AVAILABLE: Constraint that indicates if GSS-API / SSPI is - Available. -''' +""" +:var bool GSS_AUTH_AVAILABLE: + Constraint that indicates if GSS-API / SSPI is available. +""" GSS_AUTH_AVAILABLE = True try: |