summaryrefslogtreecommitdiff
path: root/networkx/graph.py
diff options
context:
space:
mode:
authoraric <none@none>2006-11-22 00:35:31 +0000
committeraric <none@none>2006-11-22 00:35:31 +0000
commitc505cf7ee91f034f73a4d40796217fb2af22c58e (patch)
tree85176329e5d70b324139cc3dbe4a0d6d0b8073d9 /networkx/graph.py
parentb909cb5af10b94992bc498a30e57b9b179b24aa4 (diff)
downloadnetworkx-c505cf7ee91f034f73a4d40796217fb2af22c58e.tar.gz
test of trac upgrade, fixes #77
--HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40476
Diffstat (limited to 'networkx/graph.py')
-rw-r--r--networkx/graph.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/networkx/graph.py b/networkx/graph.py
index 7ac1959f..ceaeb466 100644
--- a/networkx/graph.py
+++ b/networkx/graph.py
@@ -66,7 +66,6 @@ __author__ = """Aric Hagberg (hagberg@lanl.gov)\nPieter Swart (swart@lanl.gov)\n
from networkx.exception import NetworkXException, NetworkXError
import networkx.convert as convert
-
class Graph(object):
"""Graph is a simple graph without any multiple (parallel) edges
or self-loops. Attempting to add either will not change