Project/__init__.py

changeset 0
de9c2efb9d02
child 13
1af94a91f439
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 # -*- coding: utf-8 -*-
2
3 # Copyright (c) 2002 - 2009 Detlev Offenbach <detlev@die-offenbachs.de>
4 #
5
6 """
7 Package implementing the project management module of eric4.
8
9 The project management module consists of the main part, which is
10 used for reading and writing of eric4 project files (*.e4p *.e4pz) and
11 for performing all operations on the project. It is accompanied by
12 various UI related modules implementing different dialogs and a tabbed
13 tree browser for the display of files belonging to the current project
14 as well as the project model related modules.
15 """

eric ide

mercurial