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