diff options
| author | Alexis Metaireau <ametaireau@gmail.com> | 2010-08-06 17:17:22 +0200 |
|---|---|---|
| committer | Alexis Metaireau <ametaireau@gmail.com> | 2010-08-06 17:17:22 +0200 |
| commit | fd296a759e6afad9110c156ac3fec63e669350e1 (patch) | |
| tree | 2e6c93b2149cdd369b0041d3dd50d8a649c4b3f3 /src/distutils2/depgraph.py | |
| parent | aca3925904b7a82b1ed7ca2fff04446e3c22dc38 (diff) | |
| parent | 626ad64ba1542eedcd8a8dc7a733a9bea27dfaf5 (diff) | |
| download | disutils2-fd296a759e6afad9110c156ac3fec63e669350e1.tar.gz | |
Merge upstream.
Diffstat (limited to 'src/distutils2/depgraph.py')
| -rw-r--r-- | src/distutils2/depgraph.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/distutils2/depgraph.py b/src/distutils2/depgraph.py index 24d7f80..2d66a39 100644 --- a/src/distutils2/depgraph.py +++ b/src/distutils2/depgraph.py @@ -1,5 +1,5 @@ -"""Analyse the relationships between the distributions in the system and generate -a dependency graph. +"""Analyse the relationships between the distributions in the system +and generate a dependency graph. """ from distutils2.errors import DistutilsError |
