more python3 business
[plcapi.git] / wsdl / Makefile
index 0a3ec4c..f1ff532 100644 (file)
@@ -3,7 +3,7 @@
 all: plcapi.wsdl
 
 plcapi.wsdl:
-       PYTHONPATH=../ python api2wsdl.py > $@
+       PYTHONPATH=../ python3 api2wsdl.py > $@
 
 clean:
        rm -f plcapi.wsdl