Removed an unused import left over by the coverage changes.

Sun, 11 Oct 2015 12:09:50 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 11 Oct 2015 12:09:50 +0200
changeset 4498
1eeb430df3a2
parent 4492
1a958c27b767
child 4499
40b40003a44f

Removed an unused import left over by the coverage changes.

QScintilla/Editor.py file | annotate | diff | comparison | revisions
--- a/QScintilla/Editor.py	Sat Oct 10 12:48:07 2015 +0200
+++ b/QScintilla/Editor.py	Sun Oct 11 12:09:50 2015 +0200
@@ -15,7 +15,6 @@
 
 import os
 import re
-import sys
 import difflib
 
 from PyQt5.QtCore import QDir, QTimer, QModelIndex, QFileInfo, pyqtSignal, \

eric ide

mercurial