MultiProject/__init__.py

changeset 0
de9c2efb9d02
child 13
1af94a91f439
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 # -*- coding: utf-8 -*-
2
3 # Copyright (c) 2008 - 2009 Detlev Offenbach <detlev@die-offenbachs.de>
4 #
5
6 """
7 Package implementing the multi project management module of eric4.
8
9 The multi project management module consists of the main part, which is
10 used for reading and writing of eric4 multi project files (*.e4m *.e4mz) and
11 for performing all operations on the multi project. It is accompanied by
12 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