Helpviewer/FlashCookieManager/FlashCookie.py

changeset 4370
54dbb658f9e6
parent 4359
ac1dda9f3f19
child 4631
5c1a96925da4
equal deleted inserted replaced
4369:4ef6ecc62a9d 4370:54dbb658f9e6
14 14
15 class FlashCookie(object): 15 class FlashCookie(object):
16 """ 16 """
17 Class implementing the Flash cookie. 17 Class implementing the Flash cookie.
18 """ 18 """
19 def __init(self): 19 def __init__(self):
20 """ 20 """
21 Constructor 21 Constructor
22 """ 22 """
23 self.name = "" 23 self.name = ""
24 self.origin = "" 24 self.origin = ""

eric ide

mercurial