eric6/WebBrowser/SafeBrowsing/SafeBrowsingThreatList.py

changeset 7229
53054eb5b15a
parent 6942
2602857055c5
child 7360
9190402e4505
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the threat list info class. 7 Module implementing the threat list info class.
8 """ 8 """
9
10 from __future__ import unicode_literals, division
11 9
12 10
13 class ThreatList(object): 11 class ThreatList(object):
14 """ 12 """
15 Class implementing the threat list info. 13 Class implementing the threat list info.

eric ide

mercurial