removed remaining old names
This commit is contained in:
parent
45a852796f
commit
42da260c3c
|
@ -293,7 +293,7 @@ The API is organized in five classes that work with directories and Zip files
|
||||||
directories.
|
directories.
|
||||||
- ``ZippedDistributionDirectory``: manages a zipped directory that contains
|
- ``ZippedDistributionDirectory``: manages a zipped directory that contains
|
||||||
some `.egg.info` directory.
|
some `.egg.info` directory.
|
||||||
- ``DistributionDirectories``: manages ``EggInfoDirectory`` instances.
|
- ``DistributionDirectories``: manages ``DistributionDirectory`` instances.
|
||||||
|
|
||||||
Distribution class
|
Distribution class
|
||||||
------------------
|
------------------
|
||||||
|
@ -402,7 +402,7 @@ The class is a ``dict`` where the values are ``DistributionDirectory``
|
||||||
and ``ZippedDistributionDirectory`` instances and the keys are their path
|
and ``ZippedDistributionDirectory`` instances and the keys are their path
|
||||||
attributes.
|
attributes.
|
||||||
|
|
||||||
``EggInfoDirectories`` also provides the following methods besides the ones
|
``DistributionDirectories`` also provides the following methods besides the ones
|
||||||
from ``dict``::
|
from ``dict``::
|
||||||
|
|
||||||
- ``append(path)``
|
- ``append(path)``
|
||||||
|
|
Loading…
Reference in New Issue