boinc/py/Boinc
Vitalii Koshura acb7581cd7
Merge pull request #4532 from barton2526/isNone
Use `is None` instead of `== None`
2021-10-08 19:02:16 +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 Use `is None` instead of `== None` 2021-09-30 17:07:53 -04: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 Merge pull request #4532 from barton2526/isNone 2021-10-08 19:02:16 +02:00
tools.py make it more future-proof 2020-10-12 14:59:18 -07:00
util.py
version.py.in