diff options
author | Brent Eagles <brent@zeroc.com> | 2007-02-20 19:06:54 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2007-02-20 19:06:54 +0000 |
commit | 6f28ae2c4a50bf15451a1d8593c2c089035638c9 (patch) | |
tree | 47663c198b5bdafcce65f371b51483101e193879 /cpp/install/common/components/ice.python.python | |
parent | Fixed bug 1883 (diff) | |
download | ice-6f28ae2c4a50bf15451a1d8593c2c089035638c9.tar.bz2 ice-6f28ae2c4a50bf15451a1d8593c2c089035638c9.tar.xz ice-6f28ae2c4a50bf15451a1d8593c2c089035638c9.zip |
fixing python for VC 80
Diffstat (limited to 'cpp/install/common/components/ice.python.python')
-rwxr-xr-x | cpp/install/common/components/ice.python.python | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/cpp/install/common/components/ice.python.python b/cpp/install/common/components/ice.python.python index 7d6735d03b9..f94030b62fe 100755 --- a/cpp/install/common/components/ice.python.python +++ b/cpp/install/common/components/ice.python.python @@ -1,16 +1,3 @@ -# To create an explicit listing for the demos run the following command -# in the demo directory of the IcePy distribution: -# find . -name "*.py" -type f | sed -e 's/^\.\///' >> file -# -# If you want to use wild card searches instead of explicitly listing -# files, you can delete the filenames and uncomment the following lines: -# -# *.py -# include=**/*.py -# -# Stop uncommenting here -# Delete from here to EOF - Glacier2/__init__.py Glacier2_PermissionsVerifierF_ice.py Glacier2_PermissionsVerifier_ice.py @@ -18,6 +5,8 @@ Glacier2_RouterF_ice.py Glacier2_Router_ice.py Glacier2_SessionF_ice.py Glacier2_Session_ice.py +Ice_ImplicitContextF_ice.py +Ice_ImplicitContext_ice.py Ice.py IceBox/__init__.py IceBox_IceBox_ice.py |