SyntaxError with python 3.5
There are a few SyntaxErrors while compiling with Python 3.5 (compilation with Python 2.7 does not return any error)
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/zmq_utils.py to zmq_utils.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/decorators.py to decorators.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/http.py to http.cpython-35.pyc
File "/usr/lib/python3.5/site-packages/leap/common/http.py", line 30
print "*******"
^
SyntaxError: Missing parentheses in call to 'print'
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/ca_bundle.py to ca_bundle.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/_version.py to _version.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/__init__.py to __init__.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/check.py to check.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/service_hooks.py to service_hooks.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/plugins.py to plugins.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/files.py to files.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/certs.py to certs.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/mail.py to mail.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/config/baseconfig.py to baseconfig.cpython-35.pyc
File "/usr/lib/python3.5/site-packages/leap/common/config/baseconfig.py", line 242
print "Abstract BaseConfig class is working as expected"
^
SyntaxError: Missing parentheses in call to 'print'
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/config/__init__.py to __init__.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/config/pluggableconfig.py to pluggableconfig.cpython-35.pyc
File "/usr/lib/python3.5/site-packages/leap/common/config/pluggableconfig.py", line 274
except BaseException, e:
^
SyntaxError: invalid syntax
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/config/flags.py to flags.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/testing/basetest.py to basetest.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/testing/__init__.py to __init__.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/testing/https_server.py to https_server.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/events/zmq_components.py to zmq_components.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/events/catalog.py to catalog.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/events/__init__.py to __init__.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/events/txclient.py to txclient.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/events/errors.py to errors.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/events/server.py to server.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/events/flags.py to flags.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/events/auth.py to auth.cpython-35.pyc
byte-compiling /home/build/YPKG/root/leap_pycommon/install/usr/lib/python3.5/site-packages/leap/common/events/client.py to client.cpython-35.pyc