From 451189d369f6661a67a1692945e68b5128cb9a65 Mon Sep 17 00:00:00 2001 From: antialias Date: Thu, 16 Aug 2012 16:06:53 -0700 Subject: Cleaned up files and file names using the PEP 8 style guide. --- src/leap/base/authentication.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/leap/base/authentication.py (limited to 'src/leap/base/authentication.py') diff --git a/src/leap/base/authentication.py b/src/leap/base/authentication.py new file mode 100644 index 00000000..0bd54fd6 --- /dev/null +++ b/src/leap/base/authentication.py @@ -0,0 +1,11 @@ +""" +Authentication Base Class +""" + +class Authentication(object): + """ + I have no idea how Authentication (certs,?) will be done, but stub it here. + """ + pass + + -- cgit v1.2.3 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