diff options
Diffstat (limited to 'src/leap/certs/__init__.py')
-rw-r--r-- | src/leap/certs/__init__.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/leap/certs/__init__.py b/src/leap/certs/__init__.py deleted file mode 100644 index c4d009b1..00000000 --- a/src/leap/certs/__init__.py +++ /dev/null @@ -1,7 +0,0 @@ -import os - -_where = os.path.split(__file__)[0] - - -def where(filename): - return os.path.join(_where, filename) |