bugfix
This commit is contained in:
parent
b455374a00
commit
656750b1b9
@ -65,7 +65,6 @@ from .widgetExt.jsoncodeinput import JsonCodeInput
|
||||
from .widgetExt.inputext import FloatInput,IntegerInput, \
|
||||
StrInput,SelectInput, BoolInput, Password
|
||||
from .widgetExt.messager import Messager
|
||||
from .charts.bar import Bar
|
||||
from .bgcolorbehavior import BGColorBehavior
|
||||
from .utils import NeedLogin, InsufficientPrivilege, HTTPError
|
||||
from .login import LoginForm
|
||||
|
@ -98,7 +98,6 @@ r('StrInput',StrInput)
|
||||
r('SelectInput',SelectInput)
|
||||
r('BoolInput',BoolInput)
|
||||
r('Messager',Messager)
|
||||
r('Bar',Bar)
|
||||
r('LoginForm',LoginForm)
|
||||
r('PressableImage', PressableImage)
|
||||
r('PressableLabel', PressableLabel)
|
||||
|
Loading…
Reference in New Issue
Block a user