"Forms" is a better module name

fsp_feeds
Tyler Goodlet 2021-07-24 16:11:41 -04:00
parent a2b61a67b5
commit 7e2e316cbf
3 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ from ._style import (
_font, _font,
DpiAwareFont, DpiAwareFont,
) )
from ._text_entry import FontAndChartAwareLineEdit from ._forms import FontAndChartAwareLineEdit
log = get_logger(__name__) log = get_logger(__name__)

View File

@ -35,7 +35,7 @@ from ._editors import LineEditor, ArrowEditor
from ._lines import LevelLine from ._lines import LevelLine
from ._position import PositionTracker from ._position import PositionTracker
from ._window import MultiStatus from ._window import MultiStatus
from ._text_entry import FieldsForm, mk_form from ._forms import FieldsForm, mk_form
log = get_logger(__name__) log = get_logger(__name__)