diff options
Diffstat (limited to 'src/leap/Authentication.py')
-rw-r--r-- | src/leap/Authentication.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/leap/Authentication.py b/src/leap/Authentication.py deleted file mode 100644 index 0bd54fd6..00000000 --- a/src/leap/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 - - |