--- a/VCS/RepositoryInfoDialog.py Sun Sep 29 15:54:10 2013 +0200 +++ b/VCS/RepositoryInfoDialog.py Sun Sep 29 18:22:08 2013 +0200 @@ -17,6 +17,12 @@ Class implemting a dialog to show repository information. """ def __init__(self, parent, info): + """ + Constructor + + @param parent reference to the parent widget (QWidget) + @param info info data to show (string) + """ super().__init__(parent) self.setupUi(self) self.infoBrowser.setHtml(info)