src/eric7/MultiProject/__init__.py

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8881
54e42bc2437a
child 9653
e67609152c5e
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 # -*- coding: utf-8 -*-
2
3 # Copyright (c) 2008 - 2022 Detlev Offenbach <detlev@die-offenbachs.de>
4 #
5
6 """
7 Package implementing the multi project management module of eric.
8
9 The multi project management module consists of the main part, which is
10 used for reading and writing of eric multi project files (*.emj or *.e5m)
11 and for performing all operations on the multi project. It is accompanied
12 by various UI related modules implementing different dialogs and a browser
13 for the display of projects belonging to the current multi project.
14 """

eric ide

mercurial