|
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 """ |