diff -r 32dd7dbf3e8e -r 83b71483e198 RefactoringRope/PreviewDialogBase.py --- a/RefactoringRope/PreviewDialogBase.py Sun Jan 30 19:00:34 2011 +0100 +++ b/RefactoringRope/PreviewDialogBase.py Sun Jan 30 19:19:40 2011 +0100 @@ -14,11 +14,12 @@ import Globals + class PreviewDialogBase(QDialog, Ui_PreviewDialog): """ Class implementing a dialog base class to preview changes. """ - def __init__(self, parent = None): + def __init__(self, parent=None): """ Constructor