This commit is contained in:
chrys 2018-03-19 23:01:15 +01:00
parent 0f0dc5a191
commit 7535ba7e00

View File

@ -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