diff -r 092aa8fafa4e -r f6ccc31d6e72 Project/__init__.py --- a/Project/__init__.py Sat Jan 02 16:15:57 2010 +0000 +++ b/Project/__init__.py Sat Jan 02 17:09:08 2010 +0000 @@ -4,11 +4,11 @@ # """ -Package implementing the project management module of eric4. +Package implementing the project management module of eric5. The project management module consists of the main part, which is -used for reading and writing of eric4 project files (*.e4p *.e4pz) and -for performing all operations on the project. It is accompanied by +used for reading and writing of eric4 and eric5 project files (*.e4p *.e4pz) +and for performing all operations on the project. It is accompanied by various UI related modules implementing different dialogs and a tabbed tree browser for the display of files belonging to the current project as well as the project model related modules.