diff --git a/TODO v2.0 b/TODO v2.0 index ccefdfb4..df827060 100644 --- a/TODO v2.0 +++ b/TODO v2.0 @@ -4,6 +4,7 @@ Things needing little knowledge are marked with "(Easy for contribution)". so ju [W] = WIP [X] = Done + Cleanups: [] Migrate *Data.py to classes and use getter/setter (Easy for contribution) [] commandsData.py @@ -15,7 +16,7 @@ Cleanups: [] runtimeData.py [] screenData.py [] settingsData -> defaultSettings.py - + [] find . -iname "*.py" -exec sed 's/from \(core.*\) import/from fenrir-screenreader.\1 import/g' {} \; General (Easy for contribution) [] wrapper script for running Fenrir to check if pypy3 exists, use python3 as fallback. [w] make fenrir runnable without root permissions