Commit 1384f065 authored by Benjamin Peterson's avatar Benjamin Peterson

let this work with system Python 2.5

parent dcf2bd62
...@@ -7,6 +7,7 @@ syntax of make rules. ...@@ -7,6 +7,7 @@ syntax of make rules.
In addition to the dependency syntax, #-comments are supported. In addition to the dependency syntax, #-comments are supported.
""" """
from __future__ import with_statement
import errno import errno
import os import os
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment