summaryrefslogtreecommitdiff
path: root/examples/explore_ast.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/explore_ast.py')
-rw-r--r--examples/explore_ast.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/explore_ast.py b/examples/explore_ast.py
index 1f6e0ae..a75dd1f 100644
--- a/examples/explore_ast.py
+++ b/examples/explore_ast.py
@@ -20,7 +20,7 @@ import sys
#
sys.path.extend(['.', '..'])
-from pycparser import c_parser, c_ast
+from pycparser import c_parser
# This is some C source to parse. Note that pycparser must begin
# at the top level of the C file, i.e. with either declarations