module
This commit is contained in:
parent
0f0dc5a191
commit
7535ba7e00
@ -4,6 +4,7 @@ Things needing little knowledge are marked with "(Easy for contribution)". so ju
|
|||||||
[W] = WIP
|
[W] = WIP
|
||||||
[X] = Done
|
[X] = Done
|
||||||
|
|
||||||
|
|
||||||
Cleanups:
|
Cleanups:
|
||||||
[] Migrate *Data.py to classes and use getter/setter (Easy for contribution)
|
[] Migrate *Data.py to classes and use getter/setter (Easy for contribution)
|
||||||
[] commandsData.py
|
[] commandsData.py
|
||||||
@ -15,7 +16,7 @@ Cleanups:
|
|||||||
[] runtimeData.py
|
[] runtimeData.py
|
||||||
[] screenData.py
|
[] screenData.py
|
||||||
[] settingsData -> defaultSettings.py
|
[] settingsData -> defaultSettings.py
|
||||||
|
[] find . -iname "*.py" -exec sed 's/from \(core.*\) import/from fenrir-screenreader.\1 import/g' {} \;
|
||||||
General (Easy for contribution)
|
General (Easy for contribution)
|
||||||
[] wrapper script for running Fenrir to check if pypy3 exists, use python3 as fallback.
|
[] wrapper script for running Fenrir to check if pypy3 exists, use python3 as fallback.
|
||||||
[w] make fenrir runnable without root permissions
|
[w] make fenrir runnable without root permissions
|
||||||
|
Loading…
Reference in New Issue
Block a user