boinc/py/Boinc
David Anderson b881ab8563 Make the upgrade and make_project scripts work again.
These scripts use the python mysqldb module, which is available only for Python 2.

To use Python 3 for these scripts, we'd need to find a new MySQL interface module,
and change our Python code to use it.
2020-04-15 12:31:26 -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 python constants 2015-03-09 13:51:52 -07:00
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 Make the upgrade and make_project scripts work again. 2020-04-15 12:31:26 -07:00
util.py
version.py.in