summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2024-01-12 03:57:09 -0500
committerMalfurious <m@lfurio.us>2024-01-13 17:22:12 -0500
commitca8b392f52e91e46b5bd86b7285c2bc8192e1abd (patch)
treeafb9ce750eb3de33289310526c32c72de14cc1c2
parent3f5532857807d628a5dadaf5c30a384f873878ea (diff)
downloadnsploit-ca8b392f52e91e46b5bd86b7285c2bc8192e1abd.tar.gz
nsploit-ca8b392f52e91e46b5bd86b7285c2bc8192e1abd.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())