python-2.7 is now for granted
[plcapi.git] / wsdl / api2wsdl.py
index 00f16cd..296048e 100755 (executable)
@@ -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):