Improved the roman number function and fixed a bug in it

This commit is contained in:
Veronica K. B. Olsen
2020-07-06 08:16:22 +02:00
parent 57c7fdcf6d
commit a14850de65
2 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ from PyQt5.QtWidgets import (
from nw.common import fuzzyTime
from nw.gui.custom import QSwitch
from nw.core import ToHtml, numberToRoman
from nw.core import ToHtml
from nw.constants import (
nwAlert, nwFiles, nwItemType, nwItemLayout, nwItemClass
)