let this work with system Python 2.5

This commit is contained in:
Benjamin Peterson 2013-09-27 09:11:21 -04:00
parent eecdd77c6b
commit 1f09c663ad

View file

@ -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