This commit is contained in:
Matt Fleming 2006-07-29 15:55:30 +00:00
parent 8d9a01a1f2
commit aab30d0f08
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ __path__ = extend_path(__path__, __name__)
with \code{import}. A \file{*.pkg} file is trusted at face value:
apart from checking for duplicates, all entries found in a
\file{*.pkg} file are added to the path, regardless of whether they
exist the filesystem. (This is a feature.)
exist on the filesystem. (This is a feature.)
If the input path is not a list (as is the case for frozen
packages) it is returned unchanged. The input path is not