Re: [Prelude Hybrid IDS] #147: empty __init__.py[co] created in $PYTHON_SITELIBDIR when installing Prewikka
Prelude Hybrid IDS <[email protected]>
| Newsgroups | gmane.comp.security.ids.prelude.devel |
|---|---|
| Message-ID | <[email protected]> |
#147: empty __init__.py[co] created in $PYTHON_SITELIBDIR when installing Prewikka ----------------------------------+----------------------------------------- Reporter: [email protected] | Owner: yoann Type: defect | Status: closed Priority: normal | Milestone: Prewikka 0.9.5 Component: prewikka | Version: 0.9 Severity: normal | Resolution: invalid Keywords: | ----------------------------------+----------------------------------------- Changes (by yoann): * resolution: => invalid * status: assigned => closed Comment: This appear to be the expected behavior: ''The !__init!__.py files are required to make Python treat the directories as containing packages; this is done to prevent directories with a common name, such as "string", from unintentionally hiding valid modules that occur later on the module search path. In the simplest case, !__init!__.py can just be an empty file, but it can also execute initialization code for the package or set the !__all!__ variable, described later.'' http://docs.python.org/tut/node8.html -- Ticket URL: <https://trac.prelude-ids.org/ticket/147> Prelude Hybrid IDS <http://www.prelude-ids.org> The Prelude Hybrid Intrusion Detection System suite _______________________________________________ Prelude-devel site list [email protected] http://www.prelude-ids.org/mailman/listinfo/prelude-devel