src/eric7/eric7_fido2.py

branch
eric7
changeset 10859
399d19fc7eb5
parent 10856
b19cefceca15
child 10868
ca5cd7faaf5e
equal deleted inserted replaced
10858:8a03d5f6146c 10859:399d19fc7eb5
105 @type argparse.Namespace 105 @type argparse.Namespace
106 @return reference to the main widget 106 @return reference to the main widget
107 @rtype QWidget 107 @rtype QWidget
108 """ 108 """
109 from eric7.WebBrowser.WebAuth.Fido2ManagementDialog import Fido2ManagementDialog 109 from eric7.WebBrowser.WebAuth.Fido2ManagementDialog import Fido2ManagementDialog
110 110
111 return Fido2ManagementDialog(standalone=True) 111 return Fido2ManagementDialog(standalone=True)
112 112
113 113
114 def main(): 114 def main():
115 """ 115 """

eric ide

mercurial