diff options
Diffstat (limited to 'examples/drawing/plot_lanl_routes.py')
| -rw-r--r-- | examples/drawing/plot_lanl_routes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/drawing/plot_lanl_routes.py b/examples/drawing/plot_lanl_routes.py index 6aa616ab..13778591 100644 --- a/examples/drawing/plot_lanl_routes.py +++ b/examples/drawing/plot_lanl_routes.py @@ -32,6 +32,7 @@ except ImportError: raise ImportError("This example needs Graphviz and either " "PyGraphviz or pydot") + def lanl_graph(): """ Return the lanl internet view graph from lanl.edges """ |
