summaryrefslogtreecommitdiff
path: root/src/leap/base/authentication.py
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-08-21 01:18:29 +0900
committerkali <kali@leap.se>2012-08-21 01:18:29 +0900
commitd3a37a630fe0f8355ec76a007801b3b0cb01bfc2 (patch)
tree9d6d5ccdee8062cc9b8fcc2a8d417ced70b8cc25 /src/leap/base/authentication.py
parent451189d369f6661a67a1692945e68b5128cb9a65 (diff)
pep8 cleaning
Diffstat (limited to 'src/leap/base/authentication.py')
-rw-r--r--src/leap/base/authentication.py6
1 files changed, 3 insertions, 3 deletions
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
-
-