Remove unused edgeinfo

This commit is contained in:
Bob Lantz
2014-11-03 12:43:52 -08:00
parent ba8ea8f0cc
commit 01aac350fa
-1
View File
@@ -19,7 +19,6 @@ class MultiGraph( object ):
def __init__( self ):
self.node = {}
self.edge = {}
self.edgeinfo = {}
def add_node( self, node, attr_dict=None, **attrs):
"""Add node to graph