moved a line back to where it was
results in a net smaller diff
This commit is contained in:
@@ -41,6 +41,8 @@ from gui.utils.clipboard import toClipboard, fromClipboard
|
||||
import roman
|
||||
import re
|
||||
|
||||
pyfalog = Logger(__name__)
|
||||
|
||||
def arabicOrRomanToInt(s):
|
||||
m = re.match(r'\d+$', s)
|
||||
if m:
|
||||
@@ -49,8 +51,6 @@ def arabicOrRomanToInt(s):
|
||||
i = roman.fromRoman(s)
|
||||
return i
|
||||
|
||||
pyfalog = Logger(__name__)
|
||||
|
||||
class CharacterTextValidor(BaseValidator):
|
||||
def __init__(self):
|
||||
BaseValidator.__init__(self)
|
||||
|
||||
Reference in New Issue
Block a user