From 7535ba7e00627dd5b0446d098ba0641e90ef0a00 Mon Sep 17 00:00:00 2001 From: chrys Date: Mon, 19 Mar 2018 23:01:15 +0100 Subject: [PATCH] module --- TODO v2.0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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