mirror of https://github.com/python/cpython
merge 3.3
This commit is contained in:
commit
c3034b14ff
|
@ -7,6 +7,7 @@ syntax of make rules.
|
|||
|
||||
In addition to the dependency syntax, #-comments are supported.
|
||||
"""
|
||||
from __future__ import with_statement
|
||||
import errno
|
||||
import os
|
||||
|
||||
|
|
Loading…
Reference in New Issue