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): |