merge 3.3

This commit is contained in:
Benjamin Peterson 2013-09-27 09:11:31 -04:00
commit c3034b14ff

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