summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2024-01-12 03:57:09 -0500
committerMalfurious <m@lfurio.us>2024-05-19 17:52:10 -0400
commit6d21d236f0f97165c23b0251512b13b9ede273bb (patch)
tree44486c3f03babd72fd1d4ea9d63f5dc13ab465c2
parent518e5b7d2b7ca1330d7e4a6576d4380798421988 (diff)
downloadsploit-6d21d236f0f97165c23b0251512b13b9ede273bb.tar.gz
sploit-6d21d236f0f97165c23b0251512b13b9ede273bb.zip
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 <m@lfurio.us>
-rw-r--r--__init__.py4
1 files changed, 0 insertions, 4 deletions
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())