diff options
Diffstat (limited to 'Doc/tut/tut.tex')
-rw-r--r-- | Doc/tut/tut.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 18e26e4..5bbab35 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -2556,6 +2556,9 @@ Sound/ Top-level package ... \end{verbatim} +When importing the package, Python searchs through the directories +on \code{sys.path} looking for the package subdirectory. + The \file{__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 \samp{string}, from |