Open
Description
https://github.com/R9295/panoptisch/blob/master/panoptisch/scanner.py#L68
# scanner.py
elif os.path.isdir(module_as_dir):
if not is_part_of_module:
# this check matters as a simple script cannot
# import another script in a folder if the folder does not have
# an __init__.py (making it a module)
This clause is based on a false statement!
It is possible to import a script in another folder if the folder does not have an __init__.py