icatproject / icat.utils

Setup scripts and a few useful bits of Java code.
Other
0 stars 2 forks source link

Add support for Python 3 to setup-glassfish.py and setup_utils.py #9

Closed stuartpullinger closed 2 years ago

stuartpullinger commented 6 years ago

The python setup scripts need some changes to be compatible with Python 3 syntax. At the very least, 'print' statements need to be converted to 'print' function calls.

ajkyffin commented 3 years ago

This has been done for setup-glassfish.py

MRichards99 commented 2 years ago

Fixed in #10 so this can be closed.