-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathTODO
31 lines (23 loc) · 722 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--------------------
URGENCY: to do soon
--------------------
--------------
URGENCY: high
--------------
---------------
URGENCY: medium
----------------
- main_frame.py need refactoring.
-------------
URGENCY: low (New implementations)
-------------
- If you plan to refactor code and make it compatible only for wx.Python>=4.1.1:
- then erase `TestListCtrl` class on `formatcode.py` file.
- Also check all code that starts with `wx.version()` keywords.
- Erase these block codes along any py-files:
try:
from wx.svg import SVGimage
except ModuleNotFoundError:
pass
However, note that these operations leads to make Videomass code incompatible
for wxPython4.0.7