diff options
| author | Josip Djolonga <devnull@localhost> | 2010-06-15 18:23:15 +0200 |
|---|---|---|
| committer | Josip Djolonga <devnull@localhost> | 2010-06-15 18:23:15 +0200 |
| commit | 00dad0ae25eab889c08e898336c06e4e5cae5483 (patch) | |
| tree | 80562dad79b48a6b45a83f73c31cca64a769ca2d /src/distutils2/depgraph.py | |
| parent | 71e47978eb37c82484a6ab7c6405c604bb3fa46c (diff) | |
| download | disutils2-00dad0ae25eab889c08e898336c06e4e5cae5483.tar.gz | |
Added the module-level docstrings
Diffstat (limited to 'src/distutils2/depgraph.py')
| -rw-r--r-- | src/distutils2/depgraph.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/distutils2/depgraph.py b/src/distutils2/depgraph.py index 7841b77..48b5743 100644 --- a/src/distutils2/depgraph.py +++ b/src/distutils2/depgraph.py @@ -1,3 +1,7 @@ +"""Analyse the relationships between the distributions in the system and generate +a dependency graph. +""" + from distutils2.errors import DistutilsError from distutils2.version import VersionPredicate |
