"Forms" is a better module name

ordermodepps_backup
Tyler Goodlet 2021-07-24 16:11:41 -04:00
parent e80ca26649
commit 0a7ef0cb67
3 changed files with 2 additions and 2 deletions

View File

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

View File

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