=== modified file 'pykhtml/__init__.py' --- pykhtml/__init__.py 2007-07-15 13:30:27 +0000 +++ pykhtml/__init__.py 2008-03-13 18:10:41 +0000 @@ -123,8 +123,8 @@ jar.setGroup("Cookie Policy") advice = str(jar.readEntry("CookieGlobalAdvice")) if advice != "Accept": - advice.writeEntry("CookieGlobalAdvice", "Accept") - advice.sync() + jar.writeEntry("CookieGlobalAdvice", "Accept") + jar.sync() def excepthook(type, value, trace): """ Our exception hook that prints out the traceback, powers down the pykhtml engine, and then exits """