summaryrefslogtreecommitdiff
path: root/builder.py
diff options
context:
space:
mode:
authorTorsten Marek <shlomme@gmail.com>2014-07-24 22:49:45 +0200
committerTorsten Marek <shlomme@gmail.com>2014-07-24 22:49:45 +0200
commit59664a4f325772118f9a7f6b4e38696d3211cde6 (patch)
tree2cab49812ec9622cf1ee9bee4f1696e14068ab69 /builder.py
parentdff51382354688607a259b28cf0b8611c7c1b5ee (diff)
downloadastroid-git-59664a4f325772118f9a7f6b4e38696d3211cde6.tar.gz
Make astroid compatible with Python 2.5 again.
Diffstat (limited to 'builder.py')
-rw-r--r--builder.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/builder.py b/builder.py
index 83c2ba5d..22606d29 100644
--- a/builder.py
+++ b/builder.py
@@ -20,6 +20,7 @@
The builder is not thread safe and can't be used to parse different sources
at the same time.
"""
+from __future__ import with_statement
__docformat__ = "restructuredtext en"