X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=wsdl%2Fapi2wsdl.py;h=296048e4231ac9718509350e90e3f7a7edcc69c8;hb=06a7e8c4fbb9059e4a18fc81ec7813e490a6b01f;hp=00f16cd9efee12b88edc05efeaac90676ee08b2e;hpb=5112e8a0f3d4351180804255fe00657cd72f6620;p=plcapi.git diff --git a/wsdl/api2wsdl.py b/wsdl/api2wsdl.py index 00f16cd..296048e 100755 --- a/wsdl/api2wsdl.py +++ b/wsdl/api2wsdl.py @@ -23,12 +23,6 @@ from PLC.Parameter import Parameter, Mixed, python_type, xmlrpc_type api = PLCAPI(None) -try: - set -except NameError: - from sets import Set - set = Set - # Class functions def param_type(param):