src/eric7/UI/EmailDialog.py

branch
eric7
changeset 10331
c1a2ff7e3575
parent 10069
435cc5875135
child 10433
328f3ec4b77a
equal deleted inserted replaced
10330:5ea038882dd6 10331:c1a2ff7e3575
156 """ 156 """
157 Private slot to show some help text "how to turn on the Gmail API". 157 Private slot to show some help text "how to turn on the Gmail API".
158 """ 158 """
159 if self.__helpDialog is None: 159 if self.__helpDialog is None:
160 try: 160 try:
161 from eric7.EricNetwork.EricGoogleMail import ( # __IGNORE_WARNING__ 161 from eric7.EricNetwork.EricGoogleMail import ( # noqa: I101
162 GoogleMailHelp, 162 GoogleMailHelp,
163 ) 163 )
164 164
165 helpStr = GoogleMailHelp() 165 helpStr = GoogleMailHelp()
166 except ImportError: 166 except ImportError:

eric ide

mercurial