Mon, 16 Jul 2012 18:25:00 +0200
Fixed a copyright and a source docu in the new PIM package.
--- a/Helpviewer/PersonalInformationManager/PersonalDataDialog.py Sun Jul 15 17:53:39 2012 +0200 +++ b/Helpviewer/PersonalInformationManager/PersonalDataDialog.py Mon Jul 16 18:25:00 2012 +0200 @@ -1,5 +1,8 @@ # -*- coding: utf-8 -*- +# Copyright (c) 2012 Detlev Offenbach <detlev@die-offenbachs.de> +# + """ Module implementing a dialog to enter personal data. """
--- a/Helpviewer/PersonalInformationManager/PersonalInformationManager.py Sun Jul 15 17:53:39 2012 +0200 +++ b/Helpviewer/PersonalInformationManager/PersonalInformationManager.py Mon Jul 16 18:25:00 2012 +0200 @@ -3,6 +3,10 @@ # Copyright (c) 2012 Detlev Offenbach <detlev@die-offenbachs.de> # +""" +Module implementing a personal information manager used to complete form fields. +""" + from PyQt4.QtCore import Qt, QObject from PyQt4.QtGui import QDialog, QMenu