diff options
| author | ysitu <ysitu@users.noreply.github.com> | 2014-10-12 17:16:10 -0400 |
|---|---|---|
| committer | ysitu <ysitu@users.noreply.github.com> | 2014-10-12 20:09:33 -0400 |
| commit | fc323aa587fdcaf36994953d2cbca0dc3126f155 (patch) | |
| tree | 516193026a02b6c89199265004a793ba114e6884 /examples | |
| parent | dba3ec33f36a47d4079f90d508a84934fac7d7ae (diff) | |
| download | networkx-fc323aa587fdcaf36994953d2cbca0dc3126f155.tar.gz | |
Remove references to pyparsing
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/graph/football.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/graph/football.py b/examples/graph/football.py index 8028fb2b..22c50811 100644 --- a/examples/graph/football.py +++ b/examples/graph/football.py @@ -17,11 +17,6 @@ __author__ = """Aric Hagberg (hagberg@lanl.gov)""" # All rights reserved. # BSD license. -try: - import pyparsing -except ImportError as e: - raise ImportError(str(e)+". Check http://pyparsing.wikispaces.com/") - from networkx import * url="http://www-personal.umich.edu/~mejn/netdata/football.zip" |
