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, \
|
from .widgetExt.inputext import FloatInput,IntegerInput, \
|
||||||
StrInput,SelectInput, BoolInput, Password
|
StrInput,SelectInput, BoolInput, Password
|
||||||
from .widgetExt.messager import Messager
|
from .widgetExt.messager import Messager
|
||||||
from .charts.bar import Bar
|
|
||||||
from .bgcolorbehavior import BGColorBehavior
|
from .bgcolorbehavior import BGColorBehavior
|
||||||
from .utils import NeedLogin, InsufficientPrivilege, HTTPError
|
from .utils import NeedLogin, InsufficientPrivilege, HTTPError
|
||||||
from .login import LoginForm
|
from .login import LoginForm
|
||||||
|
@ -98,7 +98,6 @@ r('StrInput',StrInput)
|
|||||||
r('SelectInput',SelectInput)
|
r('SelectInput',SelectInput)
|
||||||
r('BoolInput',BoolInput)
|
r('BoolInput',BoolInput)
|
||||||
r('Messager',Messager)
|
r('Messager',Messager)
|
||||||
r('Bar',Bar)
|
|
||||||
r('LoginForm',LoginForm)
|
r('LoginForm',LoginForm)
|
||||||
r('PressableImage', PressableImage)
|
r('PressableImage', PressableImage)
|
||||||
r('PressableLabel', PressableLabel)
|
r('PressableLabel', PressableLabel)
|
||||||
|
Loading…
Reference in New Issue
Block a user