eric6/Project/UserProjectFile.py

branch
jsonfiles
changeset 8015
09b24828d787
parent 8012
ecf45f723038
child 8016
e484fc67677e
equal deleted inserted replaced
8013:c3bd65c330ed 8015:09b24828d787
16 from E5Gui import E5MessageBox 16 from E5Gui import E5MessageBox
17 from E5Gui.E5OverrideCursor import E5OverridenCursor 17 from E5Gui.E5OverrideCursor import E5OverridenCursor
18 18
19 import Preferences 19 import Preferences
20 20
21 Project = typing.Type["Project"] 21 Project = typing.TypeVar("Project")
22 22
23 23
24 class UserProjectFile(QObject): 24 class UserProjectFile(QObject):
25 """ 25 """
26 Class representing the user project JSON file. 26 Class representing the user project JSON file.

eric ide

mercurial