[Mobies-commit] [commit] r4026 - UDM/trunk/src/UdmCliGen
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Thu Mar 22 10:30:43 CDT 2012
Author: ksmyth
Date: Thu Mar 22 10:30:42 2012
New Revision: 4026
Log:
Use Python27
Modified:
UDM/trunk/src/UdmCliGen/make.msbuild
Modified: UDM/trunk/src/UdmCliGen/make.msbuild
==============================================================================
--- UDM/trunk/src/UdmCliGen/make.msbuild Thu Mar 22 10:29:45 2012 (r4025)
+++ UDM/trunk/src/UdmCliGen/make.msbuild Thu Mar 22 10:30:42 2012 (r4026)
@@ -1,5 +1,5 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="py2exe">
<Target Name="py2exe">
- <Exec Command="C:\Python26\python.exe UdmCliGen-setup.py py2exe" />
+ <Exec Command="C:\Python27\python.exe UdmCliGen-setup.py py2exe" />
</Target>
</Project>
More information about the Mobies-commit
mailing list