boinc/py/Boinc
David Anderson 506cb29932 Change python scripts to use python3.
You have to install mysqlclient for python3;
that has the same interface as mysqldb, which we used with python2.
2020-09-30 01:58:12 -07:00
..
__init__.py
add_util.py More progress on this, but it looks like we can use 2to3 instead 2018-04-22 23:51:44 -07:00
boinc_db.py
boinc_project_path.py
boincxml.py changed map function to for loop 2019-07-08 09:36:30 +02:00
configxml.py python scripts: try to make them work with python 3. 2018-04-20 14:02:33 -07:00
database.py merging 2018-11-06 15:28:29 +01:00
db_base.py update for python3 2019-07-08 14:34:12 +02:00
db_mid.py More progress on this, but it looks like we can use 2to3 instead 2018-04-22 23:51:44 -07:00
projectxml.py More progress on this, but it looks like we can use 2to3 instead 2018-04-22 23:51:44 -07:00
sched_messages.py
setup_project.py tools: fix bug that added extra [''] argument to some deamons in the config.xml when a project is first created 2019-08-02 16:30:28 -05:00
tools.py Change python scripts to use python3. 2020-09-30 01:58:12 -07:00
util.py
version.py.in