Helpviewer/CookieJar/CookieExceptionsModel.py

changeset 4843
c43d8f32e100
parent 4631
5c1a96925da4
child 5024
dc6bb54dfd91
equal deleted inserted replaced
4841:fd8b88eb96c7 4843:c43d8f32e100
219 if host.startswith("."): 219 if host.startswith("."):
220 otherRule = host[1:] 220 otherRule = host[1:]
221 else: 221 else:
222 otherRule = '.' + host 222 otherRule = '.' + host
223 if otherRule in addList: 223 if otherRule in addList:
224 addList.removeOne(otherRule) 224 addList.remove(otherRule)
225 if otherRule in removeList1: 225 if otherRule in removeList1:
226 removeList1.remove(otherRule) 226 removeList1.remove(otherRule)
227 if otherRule in removeList2: 227 if otherRule in removeList2:
228 removeList2.remove(otherRule) 228 removeList2.remove(otherRule)
229 229

eric ide

mercurial