diff options
Diffstat (limited to 'editor.py')
-rw-r--r-- | editor.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ from error import EditorError | |||
22 | import platform_utils | 22 | import platform_utils |
23 | 23 | ||
24 | 24 | ||
25 | class Editor(object): | 25 | class Editor: |
26 | """Manages the user's preferred text editor.""" | 26 | """Manages the user's preferred text editor.""" |
27 | 27 | ||
28 | _editor = None | 28 | _editor = None |