summaryrefslogtreecommitdiff
path: root/src/leap/base/authentication.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/base/authentication.py')
-rw-r--r--src/leap/base/authentication.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/leap/base/authentication.py b/src/leap/base/authentication.py
deleted file mode 100644
index 09ff1d07..00000000
--- a/src/leap/base/authentication.py
+++ /dev/null
@@ -1,11 +0,0 @@
-"""
-Authentication Base Class
-"""
-
-
-class Authentication(object):
- """
- I have no idea how Authentication (certs,?)
- will be done, but stub it here.
- """
- pass