eric7/MultiProject/__init__.py

branch
eric7
changeset 8312
800c432b34c8
parent 8047
b5594178c7fa
child 8881
54e42bc2437a
equal deleted inserted replaced
8311:4e8b98454baa 8312:800c432b34c8
1 # -*- coding: utf-8 -*-
2
3 # Copyright (c) 2008 - 2021 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