evyatarmeged / Raccoon

A high performance offensive security tool for reconnaissance and vulnerability scanning
MIT License
3.07k stars 396 forks source link

Delete __init__.py #16

Closed elig0n closed 6 years ago

elig0n commented 6 years ago

Empty file ?

daniellovell commented 6 years ago

Hi @elig0n ,

The init.py file is what makes the Raccoon directory considered a "package" by Python. It must be included in the directory, even if it is empty.

You can find more documentation regarding this here:

http://docs.python.org/tutorial/modules.html#packages

Cheers