Add roman package as a requirement, and remove the roman module from pyfa

This commit is contained in:
blitzmann
2018-02-23 01:04:31 -05:00
parent c5ba79cfbb
commit 8f42822d9e
3 changed files with 3 additions and 97 deletions

View File

@@ -42,7 +42,7 @@ from wx.lib.agw.floatspin import FloatSpin
from gui.utils.clipboard import toClipboard, fromClipboard
import utils.roman as roman
import roman
import re
pyfalog = Logger(__name__)