boinc/py/Boinc
Simon Strandgaard 5edf32456d Eliminated 2 warnings with the text "failed to copy" regarding files that are no longer in the repo. The warnings got triggered when running "make_project", this would call install_project() and print "Copying files" and attempted to copy 'db_query' and 'watch_tcp', which are no longer in the repo. 2022-06-08 21:40:37 +02:00
..
__init__.py
add_util.py Make python scripts work with python2 as well as python3 2020-09-30 21:09:02 -07:00
boinc_db.py Python: new constants 2020-11-25 16:26:40 -08:00
boinc_project_path.py
boincxml.py Merge pull request #4532 from barton2526/isNone 2021-10-08 19:02:16 +02:00
configxml.py Make python scripts work with python2 as well as python3 2020-09-30 21:09:02 -07:00
database.py merging 2018-11-06 15:28:29 +01:00
db_base.py - fix bug in python DB code 2022-04-21 12:56:08 -07:00
db_mid.py Fix number of placeholders in repr formatting for front_Host 2020-11-14 16:01:42 +00:00
projectxml.py Make python scripts work with python2 as well as python3 2020-09-30 21:09:02 -07:00
sched_messages.py Remove semicolons in python code 2021-10-01 00:23:26 -04:00
setup_project.py Eliminated 2 warnings with the text "failed to copy" regarding files that are no longer in the repo. The warnings got triggered when running "make_project", this would call install_project() and print "Copying files" and attempted to copy 'db_query' and 'watch_tcp', which are no longer in the repo. 2022-06-08 21:40:37 +02:00
tools.py make it more future-proof 2020-10-12 14:59:18 -07:00
util.py
version.py.in