summaryrefslogtreecommitdiff
path: root/src/leap/base/authentication.py
diff options
context:
space:
mode:
authorantialias <antialias@leap.se>2012-08-16 16:06:53 -0700
committerantialias <antialias@leap.se>2012-08-16 16:06:53 -0700
commit451189d369f6661a67a1692945e68b5128cb9a65 (patch)
treed4ce0b1d8e210054f8b7247e7414e65192cdc9ac /src/leap/base/authentication.py
parent07ed489ed46140d6de814667ab3e64c6076f3776 (diff)
Cleaned up files and file names using the PEP 8 style guide.
Diffstat (limited to 'src/leap/base/authentication.py')
-rw-r--r--src/leap/base/authentication.py11
1 files changed, 11 insertions, 0 deletions
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
+
+