summaryrefslogtreecommitdiff
path: root/src/distutils2/depgraph.py
diff options
context:
space:
mode:
authorAntoine Reversat <a.reversat@gmail.com>2010-08-05 21:49:06 -0400
committerAntoine Reversat <a.reversat@gmail.com>2010-08-05 21:49:06 -0400
commitb4a2d7104551bbcc443b0816438fd0d59ea8fdac (patch)
tree372d0599e3a17cc25c1384c6d1c261f05bc54805 /src/distutils2/depgraph.py
parent7eddff4d019fa891fe42a2b13fbbdfe268ace7af (diff)
downloaddisutils2-b4a2d7104551bbcc443b0816438fd0d59ea8fdac.tar.gz
Changed some files to conform to PEP8
Diffstat (limited to 'src/distutils2/depgraph.py')
-rw-r--r--src/distutils2/depgraph.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/distutils2/depgraph.py b/src/distutils2/depgraph.py
index 75bc4d3..34fc1df 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