Project/__init__.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1509
c0b5e693b0eb
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
6 """ 6 """
7 Package implementing the project management module of eric5. 7 Package implementing the project management module of eric5.
8 8
9 The project management module consists of the main part, which is 9 The project management module consists of the main part, which is
10 used for reading and writing of eric4 and eric5 project files (*.e4p) 10 used for reading and writing of eric4 and eric5 project files (*.e4p)
11 and for performing all operations on the project. It is accompanied by 11 and for performing all operations on the project. It is accompanied by
12 various UI related modules implementing different dialogs and a tabbed 12 various UI related modules implementing different dialogs and a tabbed
13 tree browser for the display of files belonging to the current project 13 tree browser for the display of files belonging to the current project
14 as well as the project model related modules. 14 as well as the project model related modules.
15 """ 15 """

eric ide

mercurial