From d3a37a630fe0f8355ec76a007801b3b0cb01bfc2 Mon Sep 17 00:00:00 2001 From: kali Date: Tue, 21 Aug 2012 01:18:29 +0900 Subject: pep8 cleaning --- src/leap/base/authentication.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/leap/base/authentication.py') diff --git a/src/leap/base/authentication.py b/src/leap/base/authentication.py index 0bd54fd6..09ff1d07 100644 --- a/src/leap/base/authentication.py +++ b/src/leap/base/authentication.py @@ -2,10 +2,10 @@ Authentication Base Class """ + class Authentication(object): """ - I have no idea how Authentication (certs,?) will be done, but stub it here. + I have no idea how Authentication (certs,?) + will be done, but stub it here. """ pass - - -- cgit v1.2.3