--- a/Project/UserPropertiesDialog.py Fri Mar 11 08:55:14 2011 +0100 +++ b/Project/UserPropertiesDialog.py Fri Mar 11 16:51:57 2011 +0100 @@ -16,11 +16,12 @@ from .Ui_UserPropertiesDialog import Ui_UserPropertiesDialog + class UserPropertiesDialog(QDialog, Ui_UserPropertiesDialog): """ Class implementing the user specific project properties dialog. """ - def __init__(self, project, parent = None, name = None): + def __init__(self, project, parent=None, name=None): """ Constructor @@ -91,4 +92,4 @@ if vcsSystem != self.project.pdata["VCS"][0]: self.project.pudata["VCSOVERRIDE"] = [vcsSystem] else: - self.project.pudata["VCSOVERRIDE"] = [] \ No newline at end of file + self.project.pudata["VCSOVERRIDE"] = []