eric6/Plugins/PluginTabnanny.py

changeset 7639
422fd05e9c91
parent 7637
c878e8255972
equal deleted inserted replaced
7638:176145438b1e 7639:422fd05e9c91
5 5
6 """ 6 """
7 Module implementing the Tabnanny plugin. 7 Module implementing the Tabnanny plugin.
8 """ 8 """
9 9
10 # TODO: remove tabnanny as it is obsolete
10 11
11 import os 12 import os
12 13
13 from PyQt5.QtCore import QObject, pyqtSignal 14 from PyQt5.QtCore import QObject, pyqtSignal
14 15
85 """ 86 """
86 self.error.emit(fn, msg) 87 self.error.emit(fn, msg)
87 88
88 def serviceErrorPy3(self, fx, lang, fn, msg): 89 def serviceErrorPy3(self, fx, lang, fn, msg):
89 """ 90 """
90 Public slot handling service errors for Python 2. 91 Public slot handling service errors for Python 3.
91 92
92 @param fx service name (string) 93 @param fx service name (string)
93 @param lang language (string) 94 @param lang language (string)
94 @param fn file name (string) 95 @param fn file name (string)
95 @param msg message text (string) 96 @param msg message text (string)

eric ide

mercurial