Follows Python/fileutils.c addition.

This commit is contained in:
Hirokazu Yamamoto 2010-10-08 08:46:30 +00:00
parent 54c950f6b4
commit e75bc2c6f9
3 changed files with 18 additions and 3 deletions

View file

@ -435,6 +435,9 @@
<File
RelativePath="..\..\Modules\_time.c">
</File>
<File
RelativePath="..\..\Python\_warnings.c">
</File>
<File
RelativePath="..\..\Modules\_weakref.c">
</File>
@ -447,9 +450,6 @@
<File
RelativePath="..\..\Modules\arraymodule.c">
</File>
<File
RelativePath="..\..\Python\_warnings.c">
</File>
<File
RelativePath="..\..\Python\asdl.c">
</File>
@ -546,6 +546,9 @@
<File
RelativePath="..\..\Objects\fileobject.c">
</File>
<File
RelativePath="..\..\Python\fileutils.c">
</File>
<File
RelativePath="..\..\Parser\firstsets.c">
</File>