diff options
author | antialias <antialias@leap.se> | 2012-08-16 16:06:53 -0700 |
---|---|---|
committer | antialias <antialias@leap.se> | 2012-08-16 16:06:53 -0700 |
commit | 451189d369f6661a67a1692945e68b5128cb9a65 (patch) | |
tree | d4ce0b1d8e210054f8b7247e7414e65192cdc9ac /src/leap/Authentication.py | |
parent | 07ed489ed46140d6de814667ab3e64c6076f3776 (diff) |
Cleaned up files and file names using the PEP 8 style guide.
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 - - |