diff options
author | Torsten Marek <shlomme@gmail.com> | 2014-07-24 22:49:45 +0200 |
---|---|---|
committer | Torsten Marek <shlomme@gmail.com> | 2014-07-24 22:49:45 +0200 |
commit | 59664a4f325772118f9a7f6b4e38696d3211cde6 (patch) | |
tree | 2cab49812ec9622cf1ee9bee4f1696e14068ab69 /builder.py | |
parent | dff51382354688607a259b28cf0b8611c7c1b5ee (diff) | |
download | astroid-git-59664a4f325772118f9a7f6b4e38696d3211cde6.tar.gz |
Make astroid compatible with Python 2.5 again.
Diffstat (limited to 'builder.py')
-rw-r--r-- | builder.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |