src/eric7/Project/ProjectFile.py

branch
eric7
changeset 9531
155b2646799a
parent 9527
8601253e7633
child 9624
b47dfa7a137d
equal deleted inserted replaced
9530:c30f02ea1b27 9531:155b2646799a
6 """ 6 """
7 Module implementing a class representing the project JSON file. 7 Module implementing a class representing the project JSON file.
8 """ 8 """
9 9
10 import contextlib 10 import contextlib
11
12 import json 11 import json
13 import time 12 import time
14 import typing 13 import typing
15 14
16 from PyQt6.QtCore import QObject 15 from PyQt6.QtCore import QObject

eric ide

mercurial