diff options
author | Raymond Hettinger <python@rcn.com> | 2007-02-28 18:37:52 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2007-02-28 18:37:52 (GMT) |
commit | eb9798892d7ed54762ae006e39db0a84f671cfd3 (patch) | |
tree | 629823599716e83c322e7a9799a644d4a2b616a9 /PCbuild | |
parent | 3035d2397f4a6d028d7b1f87563c649457d5cbb4 (diff) | |
download | cpython-eb9798892d7ed54762ae006e39db0a84f671cfd3.zip cpython-eb9798892d7ed54762ae006e39db0a84f671cfd3.tar.gz cpython-eb9798892d7ed54762ae006e39db0a84f671cfd3.tar.bz2 |
Prepare collections module for pure python code entries.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 9f59cf4..50e51f7 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -458,7 +458,7 @@ RelativePath="..\Objects\codeobject.c"> </File> <File - RelativePath="..\Modules\collectionsmodule.c"> + RelativePath="..\Modules\_collectionsmodule.c"> </File> <File RelativePath="..\Python\compile.c"> |