From 6d21d236f0f97165c23b0251512b13b9ede273bb Mon Sep 17 00:00:00 2001 From: Malfurious Date: Fri, 12 Jan 2024 03:57:09 -0500 Subject: Remove outer __init__.py file This file doesn't seem to be serving any purpose, and removing it doesn't break any of the supported ways to run sploit. sploit.py, python -m sploit, interpreter, installed, uninstalled, in or out of the repo, are all fine. Signed-off-by: Malfurious --- __init__.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 __init__.py diff --git a/__init__.py b/__init__.py deleted file mode 100644 index 8a53886..0000000 --- a/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -from os.path import join, dirname -libpath=join(dirname(__file__),"sploit") -__path__ = [libpath] -exec(open(join(libpath,"__init__.py")).read()) -- cgit v1.2.3