RefactoringRope/MatchesDialog.py

branch
Py2 comp.
changeset 50
a29c3d2e6dc0
parent 43
39924831c795
child 63
c02061242598
--- a/RefactoringRope/MatchesDialog.py	Sun Apr 14 15:14:16 2013 +0200
+++ b/RefactoringRope/MatchesDialog.py	Tue Aug 13 21:13:02 2013 +0200
@@ -7,6 +7,8 @@
 Module implementing a dialog to show matching references/definitions.
 """
 
+from __future__ import unicode_literals    # __IGNORE_WARNING__
+
 from PyQt4.QtCore import pyqtSlot, Qt
 from PyQt4.QtGui import QDialog, QTreeWidgetItem, QDialogButtonBox, \
     QHeaderView

eric ide

mercurial