diff -r 4ef6ecc62a9d -r 54dbb658f9e6 Helpviewer/FlashCookieManager/FlashCookie.py --- a/Helpviewer/FlashCookieManager/FlashCookie.py Sun Aug 16 15:02:46 2015 +0200 +++ b/Helpviewer/FlashCookieManager/FlashCookie.py Sun Aug 16 15:34:40 2015 +0200 @@ -16,7 +16,7 @@ """ Class implementing the Flash cookie. """ - def __init(self): + def __init__(self): """ Constructor """