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 /PCbuild8 | |
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 'PCbuild8')
-rw-r--r-- | PCbuild8/pythoncore.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild8/pythoncore.vcproj b/PCbuild8/pythoncore.vcproj index f335879..16a250e 100644 --- a/PCbuild8/pythoncore.vcproj +++ b/PCbuild8/pythoncore.vcproj @@ -1381,7 +1381,7 @@ > </File> <File - RelativePath="..\Modules\collectionsmodule.c" + RelativePath="..\Modules\_collectionsmodule.c" > </File> <File |