Add the romans library to pyfa itself to avoid having to modify the binaries

This commit is contained in:
blitzmann
2018-02-23 00:53:11 -05:00
parent bd0fcbef3a
commit c3f8b102fa
2 changed files with 82 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ from logbook import Logger
from gui.utils.clipboard import toClipboard, fromClipboard
import roman
import utils.roman as roman
import re
pyfalog = Logger(__name__)