r6777 - trunk/tools
ag-cvs.mcs.anl.gov at ci.uchicago.edu
ag-cvs.mcs.anl.gov at ci.uchicago.edu
Mon Apr 12 14:54:17 CDT 2010
Author: turam
Date: 2010-04-12 14:54:17 -0500 (Mon, 12 Apr 2010)
New Revision: 6777
Modified:
trunk/tools/GenerateInterfaces.py
Log:
Remove .py from wsdl2py and wsdl2dispatch tool references
Modified: trunk/tools/GenerateInterfaces.py
===================================================================
--- trunk/tools/GenerateInterfaces.py 2010-04-12 19:42:30 UTC (rev 6776)
+++ trunk/tools/GenerateInterfaces.py 2010-04-12 19:54:17 UTC (rev 6777)
@@ -10,8 +10,8 @@
options, args = parser.parse_args()
if sys.platform == "win32":
- w2pyExec = "%s %s " % (sys.executable, os.path.join(sys.prefix, "Scripts", "wsdl2py.py") )
- w2dExec = "%s %s " % (sys.executable, os.path.join(sys.prefix, "Scripts", "wsdl2dispatch.py") )
+ w2pyExec = "%s %s " % (sys.executable, os.path.join(sys.prefix, "Scripts", "wsdl2py") )
+ w2dExec = "%s %s " % (sys.executable, os.path.join(sys.prefix, "Scripts", "wsdl2dispatch") )
os.chdir( os.path.join("..", "AccessGrid", "wsdl") )
dstPath = os.path.join("..", "interfaces")
srcPath = "."
More information about the ag-cvs
mailing list