summaryrefslogtreecommitdiffstats
path: root/editor.py
diff options
context:
space:
mode:
Diffstat (limited to 'editor.py')
-rw-r--r--editor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor.py b/editor.py
index 96835aba..78311f1a 100644
--- a/editor.py
+++ b/editor.py
@@ -14,8 +14,8 @@
14 14
15import os 15import os
16import re 16import re
17import sys
18import subprocess 17import subprocess
18import sys
19import tempfile 19import tempfile
20 20
21from error import EditorError 21from error import EditorError