turn off wsdl generation until it is fixed
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 16 Dec 2009 04:44:09 +0000 (04:44 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 16 Dec 2009 04:44:09 +0000 (04:44 +0000)
Makefile
sfa/client/setRecord.py
sfa/client/sfi.py

index a6965bb..547fcf7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,9 @@
 DESTDIR="/"
 
 ##########
-all: keyconvert python wsdl
+#all: keyconvert python wsdl
+# turn off wsdl generation until it is fixed
+all: keyconvert python
 
 install: keyconvert-install python-install wsdl-install
 
index c7dd78b..fd7fa83 100755 (executable)
@@ -12,6 +12,7 @@ $HeadURL$
 """
 
 import sys
+sys.path.append('.')
 import os
 from optparse import OptionParser
 from pprint import pprint
index cbbcba7..a2f3a69 100755 (executable)
@@ -3,6 +3,7 @@
 # sfi -- slice-based facility interface
 
 import sys
+sys.path.append('.')
 import os, os.path
 import tempfile
 import traceback