--- a/RefactoringRope/FileSystemCommands.py Sat Mar 27 09:48:05 2021 +0100 +++ b/RefactoringRope/FileSystemCommands.py Sat Apr 24 11:19:08 2021 +0200 @@ -10,7 +10,7 @@ import os -class RefactoringClientFileSystemCommands(object): +class RefactoringClientFileSystemCommands: """ Class implementing the client side of the rope file system commands. """ @@ -91,7 +91,7 @@ self.__normal_actions.write(path, data) -class E5FileSystemCommands(object): +class E5FileSystemCommands: """ Class implementing file system commands for rope. """