src/eric7/WebBrowser/JavaScript/PasswordManagerJsObject.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9653
e67609152c5e
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
5 5
6 """ 6 """
7 Module implementing the Python side for calling the password manager. 7 Module implementing the Python side for calling the password manager.
8 """ 8 """
9 9
10 from PyQt6.QtCore import pyqtSlot, QObject, QByteArray 10 from PyQt6.QtCore import QByteArray, QObject, pyqtSlot
11 11
12 12
13 class PasswordManagerJsObject(QObject): 13 class PasswordManagerJsObject(QObject):
14 """ 14 """
15 Class implementing the Python side for calling the password manager. 15 Class implementing the Python side for calling the password manager.

eric ide

mercurial