X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=wsdl%2Fapi2wsdl.py;h=296048e4231ac9718509350e90e3f7a7edcc69c8;hb=19d4a01ccf66af9e00914351b3eacd5fc880f988;hp=00f16cd9efee12b88edc05efeaac90676ee08b2e;hpb=0da9f85d92b5fc6fcc67c91481504a93d6a9be06;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):