eric6/E5Network/E5NetworkProxyFactory.py

changeset 8218
7c09585bd960
parent 8207
d359172d11be
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
131 """ 131 """
132 def __init__(self): 132 def __init__(self):
133 """ 133 """
134 Constructor 134 Constructor
135 """ 135 """
136 super(E5NetworkProxyFactory, self).__init__() 136 super().__init__()
137 137
138 self.__hostnameMatchers = [] 138 self.__hostnameMatchers = []
139 self.__exceptions = "" 139 self.__exceptions = ""
140 140
141 def __setExceptions(self, exceptions): 141 def __setExceptions(self, exceptions):

eric ide

mercurial