boinc/py/Boinc
David Anderson 7c094689e2 python scripts: try to make them work with python 3.
Changes:
print()
except XXX as e (rather than except XXX: e)
from Boinc import XXX rather than import XXX
    (I'm not sure how it worked before)
2018-04-20 14:02:33 -07:00
..
__init__.py
add_util.py
boinc_db.py python constants 2015-03-09 13:51:52 -07:00
boinc_project_path.py
boincxml.py python scripts: try to make them work with python 3. 2018-04-20 14:02:33 -07:00
configxml.py python scripts: try to make them work with python 3. 2018-04-20 14:02:33 -07:00
database.py python scripts: try to make them work with python 3. 2018-04-20 14:02:33 -07:00
db_base.py python scripts: try to make them work with python 3. 2018-04-20 14:02:33 -07:00
db_mid.py
projectxml.py - back-end stuff to support Python MW (from Adam Kornafeld) 2008-07-25 22:13:41 +00:00
sched_messages.py
setup_project.py python scripts: try to make them work with python 3. 2018-04-20 14:02:33 -07:00
tools.py server python code: fix bug in get_output_file_path() 2014-08-26 17:21:37 -07:00
util.py
version.py.in