summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_nodes_compiler.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/_nodes_compiler.py b/_nodes_compiler.py
index 6f51bd87..de584536 100644
--- a/_nodes_compiler.py
+++ b/_nodes_compiler.py
@@ -72,6 +72,10 @@ except:
class Decorators:
"""dummy Decorators node, shouldn't be used with py < 2.4"""
+class With:
+ """dummy With node: if we are using py >= 2.5 we will use _ast;
+ but we need it for the other astng modules
+ """
# additional nodes