"Forms" is a better module name
parent
a2b61a67b5
commit
7e2e316cbf
|
@ -72,7 +72,7 @@ from ._style import (
|
|||
_font,
|
||||
DpiAwareFont,
|
||||
)
|
||||
from ._text_entry import FontAndChartAwareLineEdit
|
||||
from ._forms import FontAndChartAwareLineEdit
|
||||
|
||||
|
||||
log = get_logger(__name__)
|
||||
|
|
|
@ -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__)
|
||||
|
|
Loading…
Reference in New Issue